@finverse/sdk-typescript 0.0.69 → 0.0.70
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 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -713,6 +713,12 @@ export interface CreateMandateResponse {
|
|
|
713
713
|
* @memberof CreateMandateResponse
|
|
714
714
|
*/
|
|
715
715
|
mandate_details: MandateDetails;
|
|
716
|
+
/**
|
|
717
|
+
* Sender details which will be used for fraud checking.
|
|
718
|
+
* @type {Array<SenderDetail>}
|
|
719
|
+
* @memberof CreateMandateResponse
|
|
720
|
+
*/
|
|
721
|
+
sender_details?: Array<SenderDetail>;
|
|
716
722
|
/**
|
|
717
723
|
*
|
|
718
724
|
* @type {FvErrorModel}
|