EmailPaymentInstrument

Data class representing an email payment instrument used for deposit or withdrawal.

Constructors

Link copied to clipboard
constructor(email: String)

Properties

Link copied to clipboard

The time the instrument was created in the form of Calendar.

Link copied to clipboard
open override val customerId: String?

Customer to which this instrument belongs.

Link copied to clipboard

Email address for the payment instrument.

Link copied to clipboard
open override val id: String?

The instrument id.

Link copied to clipboard
open override val instrumentType: InstrumentType

Instrument type.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?

Instrument status.