@finverse/sdk-typescript 0.0.173 → 0.0.174
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 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4137,12 +4137,6 @@ export interface MandateSenderAccountRequest {
|
|
|
4137
4137
|
* @interface ManualPaymentConfirmationRequest
|
|
4138
4138
|
*/
|
|
4139
4139
|
export interface ManualPaymentConfirmationRequest {
|
|
4140
|
-
/**
|
|
4141
|
-
*
|
|
4142
|
-
* @type {string}
|
|
4143
|
-
* @memberof ManualPaymentConfirmationRequest
|
|
4144
|
-
*/
|
|
4145
|
-
accountholder_name: string;
|
|
4146
4140
|
/**
|
|
4147
4141
|
*
|
|
4148
4142
|
* @type {string}
|