Class InvoiceRequest


  • public class InvoiceRequest
    extends java.lang.Object
    The request schema for the `sendInvoice` operation.
    • Constructor Detail

      • InvoiceRequest

        public InvoiceRequest()
    • Method Detail

      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object