public class Invoicingv2invoicesInvoiceInformation extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesInvoiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
AllowPartialPayments()
If set to `true`, the payer can make a partial invoice payment.
|
Invoicingv2invoicesInvoiceInformation |
allowPartialPayments(Boolean allowPartialPayments) |
Invoicingv2invoicesInvoiceInformation |
deliveryMode(String deliveryMode) |
Invoicingv2invoicesInvoiceInformation |
description(String description) |
Invoicingv2invoicesInvoiceInformation |
dueDate(org.joda.time.LocalDate dueDate) |
boolean |
equals(Object o) |
Invoicingv2invoicesInvoiceInformation |
expirationDate(org.joda.time.LocalDate expirationDate) |
String |
getDeliveryMode()
If this field is set to 'None', an invoice will be generated with the status 'CREATED', but no email will be dispatched.
|
String |
getDescription()
The description included in the invoice.
|
org.joda.time.LocalDate |
getDueDate()
The invoice due date.
|
org.joda.time.LocalDate |
getExpirationDate()
Define an expiration date for the link.
|
String |
getInvoiceNumber()
Invoice Number.
|
int |
hashCode() |
Invoicingv2invoicesInvoiceInformation |
invoiceNumber(String invoiceNumber) |
Boolean |
SendImmediately()
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 |
setExpirationDate(org.joda.time.LocalDate expirationDate) |
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 expirationDate(org.joda.time.LocalDate expirationDate)
public org.joda.time.LocalDate getExpirationDate()
public void setExpirationDate(org.joda.time.LocalDate expirationDate)
public Invoicingv2invoicesInvoiceInformation sendImmediately(Boolean sendImmediately)
public Boolean SendImmediately()
public void setSendImmediately(Boolean sendImmediately)
public Invoicingv2invoicesInvoiceInformation allowPartialPayments(Boolean allowPartialPayments)
public Boolean AllowPartialPayments()
public void setAllowPartialPayments(Boolean allowPartialPayments)
public Invoicingv2invoicesInvoiceInformation deliveryMode(String deliveryMode)
public String getDeliveryMode()
public void setDeliveryMode(String deliveryMode)
Copyright © 2025. All rights reserved.