@finverse/sdk-typescript 0.0.195 → 0.0.196
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
|
@@ -4740,12 +4740,6 @@ export interface PaymentLinkResponse {
|
|
|
4740
4740
|
* @memberof PaymentLinkResponse
|
|
4741
4741
|
*/
|
|
4742
4742
|
updated_at?: string;
|
|
4743
|
-
/**
|
|
4744
|
-
*
|
|
4745
|
-
* @type {GetMandateResponse}
|
|
4746
|
-
* @memberof PaymentLinkResponse
|
|
4747
|
-
*/
|
|
4748
|
-
mandate?: GetMandateResponse;
|
|
4749
4743
|
/**
|
|
4750
4744
|
*
|
|
4751
4745
|
* @type {PaymentResponse}
|