@finverse/sdk-typescript 0.0.284 → 0.0.285
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 +36 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2054,6 +2054,18 @@ export interface FVCardDetails {
|
|
|
2054
2054
|
* @memberof FVCardDetails
|
|
2055
2055
|
*/
|
|
2056
2056
|
expiry_year?: number;
|
|
2057
|
+
/**
|
|
2058
|
+
*
|
|
2059
|
+
* @type {string}
|
|
2060
|
+
* @memberof FVCardDetails
|
|
2061
|
+
*/
|
|
2062
|
+
processor_entity_name?: string;
|
|
2063
|
+
/**
|
|
2064
|
+
*
|
|
2065
|
+
* @type {string}
|
|
2066
|
+
* @memberof FVCardDetails
|
|
2067
|
+
*/
|
|
2068
|
+
collection_entity_name?: string;
|
|
2057
2069
|
}
|
|
2058
2070
|
/**
|
|
2059
2071
|
*
|
|
@@ -4675,6 +4687,18 @@ export interface MandateDetailsResponse {
|
|
|
4675
4687
|
* @memberof MandateDetailsResponse
|
|
4676
4688
|
*/
|
|
4677
4689
|
mandate_bank_reference?: string;
|
|
4690
|
+
/**
|
|
4691
|
+
*
|
|
4692
|
+
* @type {string}
|
|
4693
|
+
* @memberof MandateDetailsResponse
|
|
4694
|
+
*/
|
|
4695
|
+
processor_entity_name?: string;
|
|
4696
|
+
/**
|
|
4697
|
+
*
|
|
4698
|
+
* @type {string}
|
|
4699
|
+
* @memberof MandateDetailsResponse
|
|
4700
|
+
*/
|
|
4701
|
+
collection_entity_name?: string;
|
|
4678
4702
|
}
|
|
4679
4703
|
/**
|
|
4680
4704
|
*
|
|
@@ -5205,6 +5229,18 @@ export interface PaymentDetails2 {
|
|
|
5205
5229
|
* @memberof PaymentDetails2
|
|
5206
5230
|
*/
|
|
5207
5231
|
references?: PaymentDetailsReferences;
|
|
5232
|
+
/**
|
|
5233
|
+
*
|
|
5234
|
+
* @type {string}
|
|
5235
|
+
* @memberof PaymentDetails2
|
|
5236
|
+
*/
|
|
5237
|
+
processor_entity_name?: string;
|
|
5238
|
+
/**
|
|
5239
|
+
*
|
|
5240
|
+
* @type {string}
|
|
5241
|
+
* @memberof PaymentDetails2
|
|
5242
|
+
*/
|
|
5243
|
+
collection_entity_name?: string;
|
|
5208
5244
|
}
|
|
5209
5245
|
/**
|
|
5210
5246
|
*
|