public class InvoicingV2InvoicesPost201ResponseInvoiceInformation extends Object
| Constructor and Description |
|---|
InvoicingV2InvoicesPost201ResponseInvoiceInformation() |
public InvoicingV2InvoicesPost201ResponseInvoiceInformation()
public InvoicingV2InvoicesPost201ResponseInvoiceInformation invoiceNumber(String invoiceNumber)
public String getInvoiceNumber()
public void setInvoiceNumber(String invoiceNumber)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation description(String description)
public String getDescription()
public void setDescription(String description)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation dueDate(org.joda.time.LocalDate dueDate)
public org.joda.time.LocalDate getDueDate()
public void setDueDate(org.joda.time.LocalDate dueDate)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation expirationDate(org.joda.time.LocalDate expirationDate)
public org.joda.time.LocalDate getExpirationDate()
public void setExpirationDate(org.joda.time.LocalDate expirationDate)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation allowPartialPayments(Boolean allowPartialPayments)
public Boolean AllowPartialPayments()
public void setAllowPartialPayments(Boolean allowPartialPayments)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation paymentLink(String paymentLink)
public String getPaymentLink()
public void setPaymentLink(String paymentLink)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation deliveryMode(String deliveryMode)
public String getDeliveryMode()
public void setDeliveryMode(String deliveryMode)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation customLabels(List<InvoicingV2InvoicesPost201ResponseInvoiceInformationCustomLabels> customLabels)
public InvoicingV2InvoicesPost201ResponseInvoiceInformation addCustomLabelsItem(InvoicingV2InvoicesPost201ResponseInvoiceInformationCustomLabels customLabelsItem)
public List<InvoicingV2InvoicesPost201ResponseInvoiceInformationCustomLabels> getCustomLabels()
public void setCustomLabels(List<InvoicingV2InvoicesPost201ResponseInvoiceInformationCustomLabels> customLabels)
Copyright © 2026. All rights reserved.