public static class OtherPaymentDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OtherPaymentDetail.Builder |
amountPaid(BigDecimal amountPaid) |
OtherPaymentDetail |
build() |
OtherPaymentDetail.Builder |
copy(OtherPaymentDetail model) |
OtherPaymentDetail.Builder |
creditCardType(OtherPaymentDetail.CreditCardType creditCardType)
Echeck card type
|
OtherPaymentDetail.Builder |
echeckRouting(String echeckRouting)
Last four routing digits of the card
|
OtherPaymentDetail.Builder |
lastDigits(String lastDigits)
Last four digits of the card
|
OtherPaymentDetail.Builder |
nameOnCard(String nameOnCard)
Name on the echeck card
|
OtherPaymentDetail.Builder |
paidBy(String paidBy) |
OtherPaymentDetail.Builder |
timeExpiration(Date timeExpiration)
Expired date of the echeck card
|
OtherPaymentDetail.Builder |
timePaidOn(Date timePaidOn) |
public OtherPaymentDetail.Builder timePaidOn(Date timePaidOn)
public OtherPaymentDetail.Builder paidBy(String paidBy)
public OtherPaymentDetail.Builder amountPaid(BigDecimal amountPaid)
public OtherPaymentDetail.Builder echeckRouting(String echeckRouting)
Last four routing digits of the card
echeckRouting
- the value to setpublic OtherPaymentDetail.Builder nameOnCard(String nameOnCard)
Name on the echeck card
nameOnCard
- the value to setpublic OtherPaymentDetail.Builder creditCardType(OtherPaymentDetail.CreditCardType creditCardType)
Echeck card type
creditCardType
- the value to setpublic OtherPaymentDetail.Builder lastDigits(String lastDigits)
Last four digits of the card
lastDigits
- the value to setpublic OtherPaymentDetail.Builder timeExpiration(Date timeExpiration)
Expired date of the echeck card
timeExpiration
- the value to setpublic OtherPaymentDetail build()
public OtherPaymentDetail.Builder copy(OtherPaymentDetail model)
Copyright © 2016–2024. All rights reserved.