PhBankAccount

Data class representing a Philippines bank account payment instrument used for deposit or withdrawal.

Parameters

id

The instrument id.

customerId

The customer to which this instrument belongs.

creationTime

Represents RFC 3339, section 5.6 date-time.

accountNumber

The bank account number.

bankCodeId

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

bankName

The localized bank name. This is enriched from the localization service.

instrumentType

Represents the type of the instrument.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val customerId: String?
Link copied to clipboard
open override val id: String?
Link copied to clipboard
open override val instrumentType: InstrumentType

The type of the payment instrument.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?

The status of the payment instrument.