PhBankAccountTransactionDetails

data class PhBankAccountTransactionDetails(val id: String?, val accountNumber: String, val bankCodeId: String) : PaymentInstrumentTransactionDetails

Data class representing the details about a payment with customer's PH Bank account.

Constructors

Link copied to clipboard
constructor(id: String?, accountNumber: String, bankCodeId: String)

Properties

Link copied to clipboard

The bank account number.

Link copied to clipboard

The bank code id. Represents the id by which the bank code is recognized in EW.

Link copied to clipboard
open override val id: String?

The unique identifier of the payment instrument.

Link copied to clipboard

Represents the type of an instrument.