@finverse/sdk-typescript 0.0.240 → 0.0.241
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 +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1450,6 +1450,18 @@ export interface CreatePaymentUserRequest {
|
|
|
1450
1450
|
metadata?: {
|
|
1451
1451
|
[key: string]: string;
|
|
1452
1452
|
};
|
|
1453
|
+
/**
|
|
1454
|
+
*
|
|
1455
|
+
* @type {boolean}
|
|
1456
|
+
* @memberof CreatePaymentUserRequest
|
|
1457
|
+
*/
|
|
1458
|
+
autopay_consent?: boolean;
|
|
1459
|
+
/**
|
|
1460
|
+
*
|
|
1461
|
+
* @type {IntegrationMetadataRequest}
|
|
1462
|
+
* @memberof CreatePaymentUserRequest
|
|
1463
|
+
*/
|
|
1464
|
+
integration_metadata?: IntegrationMetadataRequest;
|
|
1453
1465
|
}
|
|
1454
1466
|
export declare const CreatePaymentUserRequestUserTypeEnum: {
|
|
1455
1467
|
readonly Individual: "INDIVIDUAL";
|