@finverse/sdk-typescript 0.0.325 → 0.0.326
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
|
@@ -2454,6 +2454,12 @@ export interface FVCardProcessorDetails {
|
|
|
2454
2454
|
* @memberof FVCardProcessorDetails
|
|
2455
2455
|
*/
|
|
2456
2456
|
token_id?: string;
|
|
2457
|
+
/**
|
|
2458
|
+
* The network transaction reference
|
|
2459
|
+
* @type {string}
|
|
2460
|
+
* @memberof FVCardProcessorDetails
|
|
2461
|
+
*/
|
|
2462
|
+
network_transaction_reference?: string;
|
|
2457
2463
|
}
|
|
2458
2464
|
/**
|
|
2459
2465
|
*
|