@finverse/sdk-typescript 0.0.196 → 0.0.197
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 +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2338,7 +2338,7 @@ export interface GetPaymentUserResponse {
|
|
|
2338
2338
|
*/
|
|
2339
2339
|
customer_app_id: string;
|
|
2340
2340
|
/**
|
|
2341
|
-
*
|
|
2341
|
+
* 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.
|
|
2342
2342
|
* @type {boolean}
|
|
2343
2343
|
* @memberof GetPaymentUserResponse
|
|
2344
2344
|
*/
|