@finverse/sdk-typescript 0.0.279 → 0.0.280
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
|
@@ -5224,6 +5224,12 @@ export interface PaymentDetailsReferences {
|
|
|
5224
5224
|
* @memberof PaymentDetailsReferences
|
|
5225
5225
|
*/
|
|
5226
5226
|
finverse_transaction_reference?: string;
|
|
5227
|
+
/**
|
|
5228
|
+
*
|
|
5229
|
+
* @type {string}
|
|
5230
|
+
* @memberof PaymentDetailsReferences
|
|
5231
|
+
*/
|
|
5232
|
+
dda_reference?: string;
|
|
5227
5233
|
}
|
|
5228
5234
|
/**
|
|
5229
5235
|
*
|