@finverse/sdk-typescript 0.0.144 → 0.0.146
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 +0 -31
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -937,12 +937,6 @@ export interface CreatePaymentLinkRequest {
|
|
|
937
937
|
* @memberof CreatePaymentLinkRequest
|
|
938
938
|
*/
|
|
939
939
|
payment_details?: PaymentLinkDetails;
|
|
940
|
-
/**
|
|
941
|
-
*
|
|
942
|
-
* @type {PaymentLinkRecipientAccount}
|
|
943
|
-
* @memberof CreatePaymentLinkRequest
|
|
944
|
-
*/
|
|
945
|
-
recipient_account: PaymentLinkRecipientAccount;
|
|
946
940
|
/**
|
|
947
941
|
*
|
|
948
942
|
* @type {PaymentLinkSender}
|
|
@@ -4027,19 +4021,6 @@ export interface PaymentLinkDetails {
|
|
|
4027
4021
|
*/
|
|
4028
4022
|
external_invoice_id?: string;
|
|
4029
4023
|
}
|
|
4030
|
-
/**
|
|
4031
|
-
*
|
|
4032
|
-
* @export
|
|
4033
|
-
* @interface PaymentLinkRecipientAccount
|
|
4034
|
-
*/
|
|
4035
|
-
export interface PaymentLinkRecipientAccount {
|
|
4036
|
-
/**
|
|
4037
|
-
* Merchant account ID assigned by Finverse
|
|
4038
|
-
* @type {string}
|
|
4039
|
-
* @memberof PaymentLinkRecipientAccount
|
|
4040
|
-
*/
|
|
4041
|
-
recipient_account_id: string;
|
|
4042
|
-
}
|
|
4043
4024
|
/**
|
|
4044
4025
|
*
|
|
4045
4026
|
* @export
|
|
@@ -4138,18 +4119,6 @@ export interface PaymentLinkResponse {
|
|
|
4138
4119
|
* @memberof PaymentLinkResponse
|
|
4139
4120
|
*/
|
|
4140
4121
|
payment?: PaymentResponse;
|
|
4141
|
-
/**
|
|
4142
|
-
*
|
|
4143
|
-
* @type {MandateRecipient}
|
|
4144
|
-
* @memberof PaymentLinkResponse
|
|
4145
|
-
*/
|
|
4146
|
-
recipient?: MandateRecipient;
|
|
4147
|
-
/**
|
|
4148
|
-
*
|
|
4149
|
-
* @type {MandateRecipientAccount}
|
|
4150
|
-
* @memberof PaymentLinkResponse
|
|
4151
|
-
*/
|
|
4152
|
-
recipient_account?: MandateRecipientAccount;
|
|
4153
4122
|
/**
|
|
4154
4123
|
*
|
|
4155
4124
|
* @type {PaymentLinkSenderResponse}
|