Protocols
The following protocols are available globally.
-
A credit card account
See moreDeclaration
Swift
public protocol Account
-
Customer of the bank
See moreDeclaration
Swift
public protocol Customer
-
Merchant
See moreDeclaration
Swift
public protocol Merchant
-
An Address
See moreDeclaration
Swift
public protocol Address
-
Info about a transaction in an foreign currency
See moreDeclaration
Swift
public protocol ForeignCurrency
-
An amount of money
See moreDeclaration
Swift
public protocol Amount
-
An activity on the credit card, like a authorization, transactions or payment
See moreDeclaration
Swift
public protocol Activity
-
A Statement
See moreDeclaration
Swift
public protocol Statement
-
An online user account
See moreDeclaration
Swift
public protocol User