PayByBankAccountType
public enum PayByBankAccountType : String, Codable
Formats of the account identification text.
-
Sort code is a unique identifier of the individual branch or bank office where a bank account is held.
Warning
Sort code is mandatory when sending a telegraphic transfer to countries such as the United Kingdom or South Africa.Declaration
Swift
case sortCode = "SortCode"
-
The International Bank Account Number** is a unique identifier helping banks process payments from person to person automatically.
Declaration
Swift
case iban = "Iban"
-
Basic Bank Account Number** represents a country-specific bank account number.
Declaration
Swift
case bban = "Bban"