@finverse/sdk-typescript 0.0.157 → 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 +12 -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>}
|