@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Invoicingv2invoicesidInvoiceInformation extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesidInvoiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Invoicingv2invoicesidInvoiceInformation |
allowPartialPayments(Boolean allowPartialPayments) |
Invoicingv2invoicesidInvoiceInformation |
deliveryMode(String deliveryMode) |
Invoicingv2invoicesidInvoiceInformation |
description(String description) |
Invoicingv2invoicesidInvoiceInformation |
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.
|
int |
hashCode() |
void |
setAllowPartialPayments(Boolean allowPartialPayments) |
void |
setDeliveryMode(String deliveryMode) |
void |
setDescription(String description) |
void |
setDueDate(org.joda.time.LocalDate dueDate) |
String |
toString() |
public Invoicingv2invoicesidInvoiceInformation()
public Invoicingv2invoicesidInvoiceInformation description(String description)
public String getDescription()
public void setDescription(String description)
public Invoicingv2invoicesidInvoiceInformation dueDate(org.joda.time.LocalDate dueDate)
public org.joda.time.LocalDate getDueDate()
public void setDueDate(org.joda.time.LocalDate dueDate)
public Invoicingv2invoicesidInvoiceInformation allowPartialPayments(Boolean allowPartialPayments)
public Boolean getAllowPartialPayments()
public void setAllowPartialPayments(Boolean allowPartialPayments)
public Invoicingv2invoicesidInvoiceInformation deliveryMode(String deliveryMode)
public String getDeliveryMode()
public void setDeliveryMode(String deliveryMode)
Copyright © 2020. All rights reserved.