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 -
Protocol of the class for authenticating with Rogers Bank
See moreDeclaration
Swift
public protocol Authenticator -
Delegate for the
See moreRogersAuthenticatorDeclaration
Swift
public protocol RogersAuthenticatorDelegate : AnyObject -
A Statement
See moreDeclaration
Swift
public protocol Statement -
An online user account
See moreDeclaration
Swift
public protocol User
View on GitHub
Install in Dash
Protocols Reference