| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InvoiceAcceptedPaymentMethods |
InvoiceAcceptedPaymentMethods.Builder.build()
Builds a new
InvoiceAcceptedPaymentMethods object using the set fields. |
InvoiceAcceptedPaymentMethods |
Invoice.getAcceptedPaymentMethods()
Getter for AcceptedPaymentMethods.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice.Builder |
Invoice.Builder.acceptedPaymentMethods(InvoiceAcceptedPaymentMethods acceptedPaymentMethods)
Setter for acceptedPaymentMethods.
|
| Constructor and Description |
|---|
Invoice(String id,
Integer version,
io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<String> orderId,
InvoiceRecipient primaryRecipient,
io.apimatic.core.types.OptionalNullable<List<InvoicePaymentRequest>> paymentRequests,
String deliveryMethod,
io.apimatic.core.types.OptionalNullable<String> invoiceNumber,
io.apimatic.core.types.OptionalNullable<String> title,
io.apimatic.core.types.OptionalNullable<String> description,
io.apimatic.core.types.OptionalNullable<String> scheduledAt,
String publicUrl,
Money nextPaymentAmountMoney,
String status,
String timezone,
String createdAt,
String updatedAt,
InvoiceAcceptedPaymentMethods acceptedPaymentMethods,
io.apimatic.core.types.OptionalNullable<List<InvoiceCustomField>> customFields,
String subscriptionId,
io.apimatic.core.types.OptionalNullable<String> saleOrServiceDate,
io.apimatic.core.types.OptionalNullable<String> paymentConditions,
io.apimatic.core.types.OptionalNullable<Boolean> storePaymentMethodEnabled)
Internal initialization constructor.
|
Invoice(String id,
Integer version,
String locationId,
String orderId,
InvoiceRecipient primaryRecipient,
List<InvoicePaymentRequest> paymentRequests,
String deliveryMethod,
String invoiceNumber,
String title,
String description,
String scheduledAt,
String publicUrl,
Money nextPaymentAmountMoney,
String status,
String timezone,
String createdAt,
String updatedAt,
InvoiceAcceptedPaymentMethods acceptedPaymentMethods,
List<InvoiceCustomField> customFields,
String subscriptionId,
String saleOrServiceDate,
String paymentConditions,
Boolean storePaymentMethodEnabled)
Initialization constructor.
|
Copyright © 2023. All rights reserved.