public static class EcheckPaymentDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EcheckPaymentDetail.Builder |
accountNumber(String accountNumber)
Account number of the card owner
|
EcheckPaymentDetail.Builder |
amountPaid(BigDecimal amountPaid) |
EcheckPaymentDetail |
build() |
EcheckPaymentDetail.Builder |
cardType(EcheckPaymentDetail.CardType cardType)
Echeck card type
|
EcheckPaymentDetail.Builder |
copy(EcheckPaymentDetail model) |
EcheckPaymentDetail.Builder |
nameOnCard(String nameOnCard)
Name on the echeck card
|
EcheckPaymentDetail.Builder |
paidBy(String paidBy) |
EcheckPaymentDetail.Builder |
routingNumber(String routingNumber)
Routing number of the echeck card
|
EcheckPaymentDetail.Builder |
timePaidOn(Date timePaidOn) |
public EcheckPaymentDetail.Builder timePaidOn(Date timePaidOn)
public EcheckPaymentDetail.Builder paidBy(String paidBy)
public EcheckPaymentDetail.Builder amountPaid(BigDecimal amountPaid)
public EcheckPaymentDetail.Builder nameOnCard(String nameOnCard)
Name on the echeck card
nameOnCard
- the value to setpublic EcheckPaymentDetail.Builder cardType(EcheckPaymentDetail.CardType cardType)
Echeck card type
cardType
- the value to setpublic EcheckPaymentDetail.Builder accountNumber(String accountNumber)
Account number of the card owner
accountNumber
- the value to setpublic EcheckPaymentDetail.Builder routingNumber(String routingNumber)
Routing number of the echeck card
routingNumber
- the value to setpublic EcheckPaymentDetail build()
public EcheckPaymentDetail.Builder copy(EcheckPaymentDetail model)
Copyright © 2016–2024. All rights reserved.