| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InvoicePaymentReminder |
InvoicePaymentReminder.Builder.build()
Builds a new
InvoicePaymentReminder object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<InvoicePaymentReminder> |
InvoicePaymentRequest.getReminders()
Getter for Reminders.
|
| Modifier and Type | Method and Description |
|---|---|
InvoicePaymentRequest.Builder |
InvoicePaymentRequest.Builder.reminders(List<InvoicePaymentReminder> reminders)
Setter for reminders.
|
| Constructor and Description |
|---|
InvoicePaymentRequest(String uid,
String requestMethod,
String requestType,
String dueDate,
Money fixedAmountRequestedMoney,
String percentageRequested,
Boolean tippingEnabled,
String automaticPaymentSource,
String cardId,
List<InvoicePaymentReminder> reminders,
Money computedAmountMoney,
Money totalCompletedAmountMoney,
Money roundingAdjustmentIncludedMoney)
Initialization constructor.
|
Copyright © 2022. All rights reserved.