@finverse/sdk-typescript 0.0.238 → 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 -6
- 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
|
*
|
|
@@ -5199,12 +5218,6 @@ export interface PaymentLinkTokenResponse {
|
|
|
5199
5218
|
* @memberof PaymentLinkTokenResponse
|
|
5200
5219
|
*/
|
|
5201
5220
|
link_url: string;
|
|
5202
|
-
/**
|
|
5203
|
-
* The FPS QR code in base64
|
|
5204
|
-
* @type {string}
|
|
5205
|
-
* @memberof PaymentLinkTokenResponse
|
|
5206
|
-
*/
|
|
5207
|
-
qr_code?: string;
|
|
5208
5221
|
/**
|
|
5209
5222
|
*
|
|
5210
5223
|
* @type {string}
|