| 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.
|
protected io.apimatic.core.types.OptionalNullable<List<InvoicePaymentReminder>> |
InvoicePaymentRequest.internalGetReminders()
Internal Getter for Reminders.
|
| Modifier and Type | Method and Description |
|---|---|
InvoicePaymentRequest.Builder |
InvoicePaymentRequest.Builder.reminders(List<InvoicePaymentReminder> reminders)
Setter for reminders.
|
| Constructor and Description |
|---|
InvoicePaymentRequest(io.apimatic.core.types.OptionalNullable<String> uid,
String requestMethod,
String requestType,
io.apimatic.core.types.OptionalNullable<String> dueDate,
Money fixedAmountRequestedMoney,
io.apimatic.core.types.OptionalNullable<String> percentageRequested,
io.apimatic.core.types.OptionalNullable<Boolean> tippingEnabled,
String automaticPaymentSource,
io.apimatic.core.types.OptionalNullable<String> cardId,
io.apimatic.core.types.OptionalNullable<List<InvoicePaymentReminder>> reminders,
Money computedAmountMoney,
Money totalCompletedAmountMoney,
Money roundingAdjustmentIncludedMoney)
Initialization constructor.
|
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 © 2024. All rights reserved.