| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InvoiceRecipient |
InvoiceRecipient.Builder.build()
Builds a new
InvoiceRecipient object using the set fields. |
InvoiceRecipient |
Invoice.getPrimaryRecipient()
Getter for PrimaryRecipient.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice.Builder |
Invoice.Builder.primaryRecipient(InvoiceRecipient primaryRecipient)
Setter for primaryRecipient.
|
| 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,
List<InvoiceAttachment> attachments)
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,
List<InvoiceAttachment> attachments)
Initialization constructor.
|
Copyright © 2024. All rights reserved.