@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") 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) |
Boolean |
getAllowPartialPayments()
If set to `true`, the payer can make a partial invoice payment.
|
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.
|
Boolean |
getSendImmediately()
If set to `true`, we send the invoice immediately.
|
int |
hashCode() |
Invoicingv2invoicesInvoiceInformation |
invoiceNumber(String invoiceNumber) |
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 getSendImmediately()
public void setSendImmediately(Boolean sendImmediately)
public Invoicingv2invoicesInvoiceInformation allowPartialPayments(Boolean allowPartialPayments)
public Boolean getAllowPartialPayments()
public void setAllowPartialPayments(Boolean allowPartialPayments)
public Invoicingv2invoicesInvoiceInformation deliveryMode(String deliveryMode)
public String getDeliveryMode()
public void setDeliveryMode(String deliveryMode)
Copyright © 2020. All rights reserved.