Package com.oracle.bmc.ospgateway.model
Class OtherPaymentDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.ospgateway.model.OtherPaymentDetail.Builder
 
- 
- Enclosing class:
- OtherPaymentDetail
 
 public static class OtherPaymentDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherPaymentDetail.BuilderamountPaid(BigDecimal amountPaid)OtherPaymentDetailbuild()OtherPaymentDetail.Buildercopy(OtherPaymentDetail model)OtherPaymentDetail.BuildercreditCardType(OtherPaymentDetail.CreditCardType creditCardType)Echeck card typeOtherPaymentDetail.BuilderecheckRouting(String echeckRouting)Last four routing digits of the cardOtherPaymentDetail.BuilderlastDigits(String lastDigits)Last four digits of the cardOtherPaymentDetail.BuildernameOnCard(String nameOnCard)Name on the echeck cardOtherPaymentDetail.BuilderpaidBy(String paidBy)OtherPaymentDetail.BuildertimeExpiration(Date timeExpiration)Expired date of the echeck cardOtherPaymentDetail.BuildertimePaidOn(Date timePaidOn)
 
- 
- 
- 
Method Detail- 
timePaidOnpublic OtherPaymentDetail.Builder timePaidOn(Date timePaidOn) 
 - 
paidBypublic OtherPaymentDetail.Builder paidBy(String paidBy) 
 - 
amountPaidpublic OtherPaymentDetail.Builder amountPaid(BigDecimal amountPaid) 
 - 
echeckRoutingpublic OtherPaymentDetail.Builder echeckRouting(String echeckRouting) Last four routing digits of the card- Parameters:
- echeckRouting- the value to set
- Returns:
- this builder
 
 - 
nameOnCardpublic OtherPaymentDetail.Builder nameOnCard(String nameOnCard) Name on the echeck card- Parameters:
- nameOnCard- the value to set
- Returns:
- this builder
 
 - 
creditCardTypepublic OtherPaymentDetail.Builder creditCardType(OtherPaymentDetail.CreditCardType creditCardType) Echeck card type- Parameters:
- creditCardType- the value to set
- Returns:
- this builder
 
 - 
lastDigitspublic OtherPaymentDetail.Builder lastDigits(String lastDigits) Last four digits of the card- Parameters:
- lastDigits- the value to set
- Returns:
- this builder
 
 - 
timeExpirationpublic OtherPaymentDetail.Builder timeExpiration(Date timeExpiration) Expired date of the echeck card- Parameters:
- timeExpiration- the value to set
- Returns:
- this builder
 
 - 
buildpublic OtherPaymentDetail build() 
 - 
copypublic OtherPaymentDetail.Builder copy(OtherPaymentDetail model) 
 
- 
 
-