public class Invoicingv2invoicesInvoiceInformation extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesInvoiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Invoicingv2invoicesInvoiceInformation |
allowPartialPayments(Boolean allowPartialPayments) |
Invoicingv2invoicesInvoiceInformation |
deliveryMode(String deliveryMode) |
Invoicingv2invoicesInvoiceInformation |
description(String description) |
Invoicingv2invoicesInvoiceInformation |
dueDate(org.joda.time.LocalDate dueDate) |
boolean |
equals(Object o) |
String |
getDeliveryMode()
If set to `None`, the invoice is created, and its status is set to 'CREATED', but no email is sent.
|
String |
getDescription()
The description included in the invoice.
|
org.joda.time.LocalDate |
getDueDate()
The invoice due date.
|
String |
getInvoiceNumber()
Invoice Number.
|
int |
hashCode() |
Invoicingv2invoicesInvoiceInformation |
invoiceNumber(String invoiceNumber) |
Boolean |
isAllowPartialPayments()
If set to `true`, the payer can make a partial invoice payment.
|
Boolean |
isSendImmediately()
If set to `true`, we send the invoice immediately.
|
Invoicingv2invoicesInvoiceInformation |
sendImmediately(Boolean sendImmediately) |
void |
setAllowPartialPayments(Boolean allowPartialPayments) |
void |
setDeliveryMode(String deliveryMode) |
void |
setDescription(String description) |
void |
setDueDate(org.joda.time.LocalDate dueDate) |
void |
setInvoiceNumber(String invoiceNumber) |
void |
setSendImmediately(Boolean sendImmediately) |
String |
toString() |
public Invoicingv2invoicesInvoiceInformation()
public Invoicingv2invoicesInvoiceInformation invoiceNumber(String invoiceNumber)
public String getInvoiceNumber()
public void setInvoiceNumber(String invoiceNumber)
public Invoicingv2invoicesInvoiceInformation description(String description)
public String getDescription()
public void setDescription(String description)
public Invoicingv2invoicesInvoiceInformation dueDate(org.joda.time.LocalDate dueDate)
public org.joda.time.LocalDate getDueDate()
public void setDueDate(org.joda.time.LocalDate dueDate)
public Invoicingv2invoicesInvoiceInformation sendImmediately(Boolean sendImmediately)
public Boolean isSendImmediately()
public void setSendImmediately(Boolean sendImmediately)
public Invoicingv2invoicesInvoiceInformation allowPartialPayments(Boolean allowPartialPayments)
public Boolean isAllowPartialPayments()
public void setAllowPartialPayments(Boolean allowPartialPayments)
public Invoicingv2invoicesInvoiceInformation deliveryMode(String deliveryMode)
public String getDeliveryMode()
public void setDeliveryMode(String deliveryMode)
Copyright © 2024. All rights reserved.