@finverse/sdk-typescript 0.0.91 → 0.0.92
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 +6 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3868,6 +3868,12 @@ export interface ProductStatus {
|
|
|
3868
3868
|
* @interface RecipientAccount
|
|
3869
3869
|
*/
|
|
3870
3870
|
export interface RecipientAccount {
|
|
3871
|
+
/**
|
|
3872
|
+
* A unique identifier generated after creating recipient
|
|
3873
|
+
* @type {string}
|
|
3874
|
+
* @memberof RecipientAccount
|
|
3875
|
+
*/
|
|
3876
|
+
recipient_account_id?: string;
|
|
3871
3877
|
/**
|
|
3872
3878
|
* Accountholder name of the recipient\'s account
|
|
3873
3879
|
* @type {string}
|
|
@@ -3933,12 +3939,6 @@ export declare type RecipientAccountNumberTypeEnum = typeof RecipientAccountNumb
|
|
|
3933
3939
|
* @interface RecipientResponse
|
|
3934
3940
|
*/
|
|
3935
3941
|
export interface RecipientResponse {
|
|
3936
|
-
/**
|
|
3937
|
-
* A unique identifier generated after creating recipient
|
|
3938
|
-
* @type {string}
|
|
3939
|
-
* @memberof RecipientResponse
|
|
3940
|
-
*/
|
|
3941
|
-
recipient_account_id?: string;
|
|
3942
3942
|
/**
|
|
3943
3943
|
* Recipient\'s name/nickname (note: this does not need to match the actual accountholder name of the recipient\'s account)
|
|
3944
3944
|
* @type {string}
|