public static class InvoicePaymentRequest.Builder extends Object
InvoicePaymentRequest.| Constructor and Description |
|---|
Builder() |
public InvoicePaymentRequest.Builder uid(String uid)
uid - String value for uid.public InvoicePaymentRequest.Builder requestMethod(String requestMethod)
requestMethod - String value for requestMethod.public InvoicePaymentRequest.Builder requestType(String requestType)
requestType - String value for requestType.public InvoicePaymentRequest.Builder dueDate(String dueDate)
dueDate - String value for dueDate.public InvoicePaymentRequest.Builder fixedAmountRequestedMoney(Money fixedAmountRequestedMoney)
fixedAmountRequestedMoney - Money value for fixedAmountRequestedMoney.public InvoicePaymentRequest.Builder percentageRequested(String percentageRequested)
percentageRequested - String value for percentageRequested.public InvoicePaymentRequest.Builder tippingEnabled(Boolean tippingEnabled)
tippingEnabled - Boolean value for tippingEnabled.public InvoicePaymentRequest.Builder automaticPaymentSource(String automaticPaymentSource)
automaticPaymentSource - String value for automaticPaymentSource.public InvoicePaymentRequest.Builder cardId(String cardId)
cardId - String value for cardId.public InvoicePaymentRequest.Builder reminders(List<InvoicePaymentReminder> reminders)
reminders - List of InvoicePaymentReminder value for reminders.public InvoicePaymentRequest.Builder computedAmountMoney(Money computedAmountMoney)
computedAmountMoney - Money value for computedAmountMoney.public InvoicePaymentRequest.Builder totalCompletedAmountMoney(Money totalCompletedAmountMoney)
totalCompletedAmountMoney - Money value for totalCompletedAmountMoney.public InvoicePaymentRequest.Builder roundingAdjustmentIncludedMoney(Money roundingAdjustmentIncludedMoney)
roundingAdjustmentIncludedMoney - Money value for roundingAdjustmentIncludedMoney.public InvoicePaymentRequest build()
InvoicePaymentRequest object using the set fields.InvoicePaymentRequestCopyright © 2022. All rights reserved.