Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Method and Description |
---|---|
static EcheckPaymentDetail.CardType |
EcheckPaymentDetail.CardType.create(String key) |
EcheckPaymentDetail.CardType |
EcheckPaymentDetail.getCardType()
Echeck card type
|
static EcheckPaymentDetail.CardType |
EcheckPaymentDetail.CardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcheckPaymentDetail.CardType[] |
EcheckPaymentDetail.CardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EcheckPaymentDetail.Builder |
EcheckPaymentDetail.Builder.cardType(EcheckPaymentDetail.CardType cardType)
Echeck card type
|
Constructor and Description |
---|
EcheckPaymentDetail(Date timePaidOn,
String paidBy,
BigDecimal amountPaid,
String nameOnCard,
EcheckPaymentDetail.CardType cardType,
String accountNumber,
String routingNumber)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.