@finverse/sdk-typescript 0.0.156 → 0.0.158
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 +18 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3678,6 +3678,12 @@ export interface MandateSenderAccount {
|
|
|
3678
3678
|
* @memberof MandateSenderAccount
|
|
3679
3679
|
*/
|
|
3680
3680
|
account_number?: RecipientAccountNumber;
|
|
3681
|
+
/**
|
|
3682
|
+
* Masked Account number of the sender’s account
|
|
3683
|
+
* @type {string}
|
|
3684
|
+
* @memberof MandateSenderAccount
|
|
3685
|
+
*/
|
|
3686
|
+
account_number_masked?: string;
|
|
3681
3687
|
/**
|
|
3682
3688
|
* Type of sender account.
|
|
3683
3689
|
* @type {string}
|
|
@@ -4369,6 +4375,12 @@ export interface PaymentResponse {
|
|
|
4369
4375
|
* @memberof PaymentResponse
|
|
4370
4376
|
*/
|
|
4371
4377
|
sender?: GetMandateSender;
|
|
4378
|
+
/**
|
|
4379
|
+
*
|
|
4380
|
+
* @type {MandateSenderAccount}
|
|
4381
|
+
* @memberof PaymentResponse
|
|
4382
|
+
*/
|
|
4383
|
+
sender_account?: MandateSenderAccount;
|
|
4372
4384
|
/**
|
|
4373
4385
|
*
|
|
4374
4386
|
* @type {Array<Fee>}
|
|
@@ -4687,6 +4699,12 @@ export interface Principal {
|
|
|
4687
4699
|
* @memberof Principal
|
|
4688
4700
|
*/
|
|
4689
4701
|
get_mandate_auth_link_request?: GetMandateAuthLinkRequest;
|
|
4702
|
+
/**
|
|
4703
|
+
*
|
|
4704
|
+
* @type {string}
|
|
4705
|
+
* @memberof Principal
|
|
4706
|
+
*/
|
|
4707
|
+
currency?: string;
|
|
4690
4708
|
/**
|
|
4691
4709
|
*
|
|
4692
4710
|
* @type {string}
|