HyperwalletReceiptDetails
public struct HyperwalletReceiptDetails : Decodable
Details of the transaction.
-
The bank account number, IBAN or equivalent
Declaration
Swift
public let bankAccountId: String?
-
The bank account type, e.g. CHECKING or SAVINGS
Declaration
Swift
public let bankAccountPurpose: String?
-
The bank code, BIC/SWIFT or equivalent
Declaration
Swift
public let bankId: String?
-
The bank name
Declaration
Swift
public let bankName: String?
-
The branch address, first line
Declaration
Swift
public let branchAddressLine1: String?
-
The branch address, second line
Declaration
Swift
public let branchAddressLine2: String?
-
The branch city
Declaration
Swift
public let branchCity: String?
-
The 2-letter country code of the branch
Declaration
Swift
public let branchCountry: String?
-
The branch code or equivalent
Declaration
Swift
public let branchId: String?
-
The branch name
Declaration
Swift
public let branchName: String?
-
The branch postal code
Declaration
Swift
public let branchPostalCode: String?
-
The branch state or province
Declaration
Swift
public let branchStateProvince: String?
-
The card expiry date in YYYY-MM format
Declaration
Swift
public let cardExpiryDate: String?
-
The card holder’s full name
Declaration
Swift
public let cardHolderName: String?
-
The card number
Declaration
Swift
public let cardNumber: String?
-
The name of the charity that is receiving the donation
Declaration
Swift
public let charityName: String?
-
The paper check number
Declaration
Swift
public let checkNumber: String?
-
The client-assigned transaction identifier
Declaration
Swift
public let clientPaymentId: String?
-
An internal note added by a client operator
Declaration
Swift
public let memo: String?
-
A description for the receipt
Declaration
Swift
public let notes: String?
-
The payee’s address first line
Declaration
Swift
public let payeeAddressLine1: String?
-
The payee’s address, second line
Declaration
Swift
public let payeeAddressLine2: String?
-
The payee’s city
Declaration
Swift
public let payeeCity: String?
-
The payee’s 2-letter country code
Declaration
Swift
public let payeeCountry: String?
-
The payee’s email address on record
Declaration
Swift
public let payeeEmail: String?
-
The payee’s full name
Declaration
Swift
public let payeeName: String?
-
The payee’s postal code, ZIP code or equivalent
Declaration
Swift
public let payeePostalCode: String?
-
The payee’s state or province
Declaration
Swift
public let payeeStateProvince: String?
-
The payer’s full name
Declaration
Swift
public let payerName: String?
-
The payment expiry date in YYYY-MM-DD format
Declaration
Swift
public let paymentExpiryDate: String?
-
The reason for returning or recalling the payment
Declaration
Swift
public let returnOrRecallReason: String?
-
The answer to the securityQuestion
Declaration
Swift
public let securityAnswer: String?
-
A security question
Declaration
Swift
public let securityQuestion: String?
-
The URL of the client website where the virtual incentive was accrued
Declaration
Swift
public let website: String?