TransferMethodField
public enum TransferMethodField : String
Representation of the transfer method’s field type
-
The datetime when the transfer method was created on.
Declaration
Swift
case createdOn -
The transfer method status transition.
Declaration
Swift
case status -
The transfer method identifier.
Declaration
Swift
case token -
The transfer method country.
Declaration
Swift
case transferMethodCountry -
The transfer method currency.
Declaration
Swift
case transferMethodCurrency -
The transfer method type.
Declaration
Swift
case type -
The bank account holder’s street address.
Declaration
Swift
case addressLine1 -
The bank account holder’s address, second line.
Declaration
Swift
case addressLine2 -
The bank account number, IBAN or equivalent. If you are providing an IBAN, the first two letters of the IBAN must match the
transferMethodCountry.Declaration
Swift
case bankAccountId -
The purpose of the bank account (e.g. checking, savings, etc).
Declaration
Swift
case bankAccountPurpose -
The user’s relationship with the bank account holder.
Declaration
Swift
case bankAccountRelationship -
The bank code or equivalent (e.g. BIC/SWIFT code).
Declaration
Swift
case bankId -
The bank name.
Declaration
Swift
case bankName -
The branch code, transit number, routing number or equivalent.
Declaration
Swift
case branchId -
The branch name
Declaration
Swift
case branchName -
The bank account holder’s role in the organization.
Declaration
Swift
case businessContactRole -
The name of the transfer method holder’s business
Declaration
Swift
case businessName -
The country where the transfer method holder’s business is registered
Declaration
Swift
case businessRegistrationCountry -
The bank account holder’s business registration number or identifier, as assigned by the relevant government body.
Declaration
Swift
case businessRegistrationId -
The state, province or region where the bank account holder’s business is registered.
Declaration
Swift
case businessRegistrationStateProvince -
The bank account holder’s business type.
Declaration
Swift
case businessType -
The bank account holder’s city.
Declaration
Swift
case city -
The bank account holder’s country.
Declaration
Swift
case country -
The country where bank account holder born
Declaration
Swift
case countryOfBirth -
The Nationality of the bank account holder
Declaration
Swift
case countryOfNationality -
The bank account holder’s date of birth.
Declaration
Swift
case dateOfBirth -
The LicenseId of the bank account holder
Declaration
Swift
case driversLicenseId -
The employer Id of the bank account holder
Declaration
Swift
case employerId -
The bank account holder’s first name.
Declaration
Swift
case firstName -
The bank account holder’s gender
Declaration
Swift
case gender -
The bank account holder’s government ID number, such as a Social Security Number.
Declaration
Swift
case governmentId -
The bank account holder’s government IdType
Declaration
Swift
case governmentIdType -
The bank account holder’s Intermediary Bank AccountId
Declaration
Swift
case intermediaryBankAccountId -
The bank account holder’s Intermediary Bank AddressLine1
Declaration
Swift
case intermediaryBankAddressLine1 -
The bank account holder’s Intermediary Bank AddressLine2
Declaration
Swift
case intermediaryBankAddressLine2 -
The bank account holder’s Intermediary Bank’s City
Declaration
Swift
case intermediaryBankCity -
The bank account holder’s Intermediary Bank’s Country
Declaration
Swift
case intermediaryBankCountry -
The bank account holder’s Intermediary Bank Id
Declaration
Swift
case intermediaryBankId -
The bank account holder’s Intermediary Bank Name
Declaration
Swift
case intermediaryBankName -
The bank account holder’s Intermediary PostalCode:
Declaration
Swift
case intermediaryBankPostalCode -
The bank account holder’s Intermediary Bank’s State and Province
Declaration
Swift
case intermediaryBankStateProvince -
The bank account holder’s last name.
Declaration
Swift
case lastName -
The bank account holder’s middle name.
Declaration
Swift
case middleName -
The bank account holder’s mobile number
Declaration
Swift
case mobileNumber -
The bank account holder’s passport Id
Declaration
Swift
case passportId -
The bank account holder’s phone number.
Declaration
Swift
case phoneNumber -
The bank account holder’s postal code.
Declaration
Swift
case postalCode -
The bank account holder’s profile type.
Declaration
Swift
case profileType -
The bank account holder’s state, province or region.
Declaration
Swift
case stateProvince -
The wire transfer instructions
Declaration
Swift
case wireInstructions -
The card brand.
Declaration
Swift
case cardBrand -
The 16-digit card number.
Declaration
Swift
case cardNumber -
The bank card type.
Declaration
Swift
case cardType -
The card security code which is embossed or printed on the card.
Declaration
Swift
case cvv -
The expiration date for the card (YYYY-MM).
Declaration
Swift
case dateOfExpiry -
The primary card token
Declaration
Swift
case primaryCardToken -
The email address associated with the PayPal account.
Declaration
Swift
case email -
The mobile number associated with the Venmo account.
Declaration
Swift
case accountId -
The card’s package
Declaration
Swift
case cardPackage -
The user token
Declaration
Swift
case userToken -
The shipping method
Declaration
Swift
case shippingMethod
View on GitHub