@finverse/sdk-typescript 0.0.29 → 0.0.30
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 +7 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2094,7 +2094,13 @@ export interface PaymentDetails {
|
|
|
2094
2094
|
*/
|
|
2095
2095
|
export interface PaymentInstruction {
|
|
2096
2096
|
/**
|
|
2097
|
-
*
|
|
2097
|
+
* An id of the this payment
|
|
2098
|
+
* @type {string}
|
|
2099
|
+
* @memberof PaymentInstruction
|
|
2100
|
+
*/
|
|
2101
|
+
payment_instruction_id?: string;
|
|
2102
|
+
/**
|
|
2103
|
+
* An id of the user of this payment, need to equal to userId when creating link
|
|
2098
2104
|
* @type {string}
|
|
2099
2105
|
* @memberof PaymentInstruction
|
|
2100
2106
|
*/
|