@finverse/sdk-typescript 0.0.239 → 0.0.240
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +19 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4764,6 +4764,25 @@ export interface PaymentDetails2 {
|
|
|
4764
4764
|
* @memberof PaymentDetails2
|
|
4765
4765
|
*/
|
|
4766
4766
|
external_transaction_reference?: string;
|
|
4767
|
+
/**
|
|
4768
|
+
*
|
|
4769
|
+
* @type {PaymentDetailsReferences}
|
|
4770
|
+
* @memberof PaymentDetails2
|
|
4771
|
+
*/
|
|
4772
|
+
references?: PaymentDetailsReferences;
|
|
4773
|
+
}
|
|
4774
|
+
/**
|
|
4775
|
+
*
|
|
4776
|
+
* @export
|
|
4777
|
+
* @interface PaymentDetailsReferences
|
|
4778
|
+
*/
|
|
4779
|
+
export interface PaymentDetailsReferences {
|
|
4780
|
+
/**
|
|
4781
|
+
*
|
|
4782
|
+
* @type {string}
|
|
4783
|
+
* @memberof PaymentDetailsReferences
|
|
4784
|
+
*/
|
|
4785
|
+
finverse_transaction_reference?: string;
|
|
4767
4786
|
}
|
|
4768
4787
|
/**
|
|
4769
4788
|
*
|