Class GetInvoiceResponse
- java.lang.Object
-
- software.amazon.spapi.models.invoices.v2024_06_19.GetInvoiceResponse
-
public class GetInvoiceResponse extends java.lang.Object
Success.
-
-
Constructor Summary
Constructors Constructor Description GetInvoiceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Invoice
getInvoice()
Get invoiceint
hashCode()
GetInvoiceResponse
invoice(Invoice invoice)
void
setInvoice(Invoice invoice)
java.lang.String
toString()
-
-
-
Method Detail
-
invoice
public GetInvoiceResponse invoice(Invoice invoice)
-
getInvoice
public Invoice getInvoice()
Get invoice- Returns:
- invoice
-
setInvoice
public void setInvoice(Invoice invoice)
-
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
-
-