@finverse/sdk-typescript 0.0.197 → 0.0.199
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 +13 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2338,11 +2338,17 @@ export interface GetPaymentUserResponse {
|
|
|
2338
2338
|
*/
|
|
2339
2339
|
customer_app_id: string;
|
|
2340
2340
|
/**
|
|
2341
|
-
*
|
|
2341
|
+
* The user\'s current autopay value
|
|
2342
2342
|
* @type {boolean}
|
|
2343
2343
|
* @memberof GetPaymentUserResponse
|
|
2344
2344
|
*/
|
|
2345
2345
|
autopay_consent: boolean;
|
|
2346
|
+
/**
|
|
2347
|
+
* This indicates the value that the user\'s pre-set selection should be. If this is a new user, the value will be set to true by default, else it will be the user\'s current autopay value.
|
|
2348
|
+
* @type {boolean}
|
|
2349
|
+
* @memberof GetPaymentUserResponse
|
|
2350
|
+
*/
|
|
2351
|
+
autopay_prefill: boolean;
|
|
2346
2352
|
}
|
|
2347
2353
|
/**
|
|
2348
2354
|
*
|
|
@@ -5399,6 +5405,12 @@ export interface Principal {
|
|
|
5399
5405
|
* @memberof Principal
|
|
5400
5406
|
*/
|
|
5401
5407
|
unique_reference_id?: string;
|
|
5408
|
+
/**
|
|
5409
|
+
*
|
|
5410
|
+
* @type {string}
|
|
5411
|
+
* @memberof Principal
|
|
5412
|
+
*/
|
|
5413
|
+
payment_method_id?: string;
|
|
5402
5414
|
/**
|
|
5403
5415
|
* The qrCode text to be used to generate the image
|
|
5404
5416
|
* @type {string}
|