You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
6
+
* https://openapi-generator.tech
7
+
* Do not edit this class manually.
8
+
*/
9
+
10
+
import{Amount}from"./amount";
11
+
12
+
13
+
exportclassInterchangeData{
14
+
"interchangeAmount"?: Amount|null;
15
+
/**
16
+
* A 3-character alphanumeric code assigned by Visa that identifies the specific interchange reimbursement program a transaction qualified for. The code is assigned based on the card type, entry mode, and security data provided.
17
+
*/
18
+
"interchangeRateIndicator"?: string;
19
+
/**
20
+
* The type of events data. Possible values: - **interchangeData**: information about the interchange fee applied to a transaction.
0 commit comments