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
Copy file name to clipboardExpand all lines: src/typings/transfers/grantCounterparty.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
*/
9
9
10
10
11
-
exportclassCounterparty{
11
+
exportclassGrantCounterparty{
12
12
/**
13
-
* The identifier of the receiving account holder. The payout will default to the primary balance account of this account holder if no `balanceAccountId` is provided.
* 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