Class InvoiceRequest
- java.lang.Object
-
- software.amazon.spapi.models.messaging.v1.InvoiceRequest
-
public class InvoiceRequest extends java.lang.Object
The request schema for the `sendInvoice` operation.
-
-
Constructor Summary
Constructors Constructor Description InvoiceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoiceRequest
addAttachmentsItem(Attachment attachmentsItem)
InvoiceRequest
attachments(java.util.List<Attachment> attachments)
boolean
equals(java.lang.Object o)
java.util.List<Attachment>
getAttachments()
Attachments to include in the message to the buyer.int
hashCode()
void
setAttachments(java.util.List<Attachment> attachments)
java.lang.String
toString()
-
-
-
Method Detail
-
attachments
public InvoiceRequest attachments(java.util.List<Attachment> attachments)
-
addAttachmentsItem
public InvoiceRequest addAttachmentsItem(Attachment attachmentsItem)
-
getAttachments
public java.util.List<Attachment> getAttachments()
Attachments to include in the message to the buyer.- Returns:
- attachments
-
setAttachments
public void setAttachments(java.util.List<Attachment> attachments)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-