| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InvoiceAttachment |
InvoiceAttachment.Builder.build()
Builds a new
InvoiceAttachment object using the set fields. |
InvoiceAttachment |
CreateInvoiceAttachmentResponse.getAttachment()
Getter for Attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvoiceAttachment> |
Invoice.getAttachments()
Getter for Attachments.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInvoiceAttachmentResponse.Builder |
CreateInvoiceAttachmentResponse.Builder.attachment(InvoiceAttachment attachment)
Setter for attachment.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice.Builder |
Invoice.Builder.attachments(List<InvoiceAttachment> attachments)
Setter for attachments.
|
| Constructor and Description |
|---|
CreateInvoiceAttachmentResponse(InvoiceAttachment attachment,
List<Error> errors)
Initialization constructor.
|
| 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.