PaymentTypeEnum enum

Inheritance

Constructors

PaymentTypeEnum()
const

Values

creditCard → const PaymentTypeEnum

Cartão de Crédito

bankSlip → const PaymentTypeEnum

Boleto Bancário

bankDebit → const PaymentTypeEnum

Débito Bancário

bankDebitCash → const PaymentTypeEnum

Débito Bancário - Dinheiro

bankDebitCheck → const PaymentTypeEnum

Débito Bancário - Cheque

bankTransfer → const PaymentTypeEnum

Transferência Bancária

sedexToCollect → const PaymentTypeEnum

Sedex a cobrar

check → const PaymentTypeEnum

Cheque Bancário

money → const PaymentTypeEnum

Dinheiro

financing → const PaymentTypeEnum

Financiamento

invoice → const PaymentTypeEnum

Fatura

coupon → const PaymentTypeEnum

Cupom

multipleChecks → const PaymentTypeEnum

Multicheque

others → const PaymentTypeEnum

Outros

ticket → const PaymentTypeEnum

Vale

virtualGiftCard → const PaymentTypeEnum

Cartão Presente Virtual

debitCardOrWireTransfer → const PaymentTypeEnum

Cartão de Débito / Transferência Eletrônica (CD)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PaymentTypeEnum>
A constant List of the values in this enum, in order of their declaration.