@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class InvoicingV2InvoicesPost201ResponseInvoiceInformation extends Object
| Constructor and Description |
|---|
InvoicingV2InvoicesPost201ResponseInvoiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
InvoicingV2InvoicesPost201ResponseInvoiceInformation |
allowPartialPayments(Boolean allowPartialPayments) |
InvoicingV2InvoicesPost201ResponseInvoiceInformation |
deliveryMode(String deliveryMode) |
InvoicingV2InvoicesPost201ResponseInvoiceInformation |
description(String description) |
InvoicingV2InvoicesPost201ResponseInvoiceInformation |
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.
|
String |
getPaymentLink()
Returns the payment link to an invoice when the invoice status is `SENT`, `CREATED`, `PARTIAL`, or `PAID`.
|
int |
hashCode() |
InvoicingV2InvoicesPost201ResponseInvoiceInformation |
invoiceNumber(String invoiceNumber) |
InvoicingV2InvoicesPost201ResponseInvoiceInformation |
paymentLink(String paymentLink) |
void |
setAllowPartialPayments(Boolean allowPartialPayments) |
void |
setDeliveryMode(String deliveryMode) |
void |
setDescription(String description) |
void |
setDueDate(org.joda.time.LocalDate dueDate) |
void |
setInvoiceNumber(String invoiceNumber) |
void |
setPaymentLink(String paymentLink) |
String |
toString() |
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 allowPartialPayments(Boolean allowPartialPayments)
public Boolean getAllowPartialPayments()
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)
Copyright © 2020. All rights reserved.