@finverse/sdk-typescript 0.0.220 → 0.0.221
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 +7 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4643,11 +4643,17 @@ export interface PaymentDetails2 {
|
|
|
4643
4643
|
*/
|
|
4644
4644
|
mandate_id?: string;
|
|
4645
4645
|
/**
|
|
4646
|
-
* Customer\'s ID for this transaction
|
|
4646
|
+
* Deprecated: Customer\'s ID for this transaction
|
|
4647
4647
|
* @type {string}
|
|
4648
4648
|
* @memberof PaymentDetails2
|
|
4649
4649
|
*/
|
|
4650
4650
|
transaction_reference_id?: string;
|
|
4651
|
+
/**
|
|
4652
|
+
* Customer reference for this transaction
|
|
4653
|
+
* @type {string}
|
|
4654
|
+
* @memberof PaymentDetails2
|
|
4655
|
+
*/
|
|
4656
|
+
external_transaction_reference?: string;
|
|
4651
4657
|
}
|
|
4652
4658
|
/**
|
|
4653
4659
|
*
|