| 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,
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)
Initialization constructor.
|
Copyright © 2022. All rights reserved.