public class Invoicingv2invoicesidInvoiceInformation extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesidInvoiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
AllowPartialPayments()
If set to `true`, the payer can make a partial invoice payment.
|
Invoicingv2invoicesidInvoiceInformation |
allowPartialPayments(Boolean allowPartialPayments) |
Invoicingv2invoicesidInvoiceInformation |
deliveryMode(String deliveryMode) |
Invoicingv2invoicesidInvoiceInformation |
description(String description) |
Invoicingv2invoicesidInvoiceInformation |
dueDate(org.joda.time.LocalDate dueDate) |
boolean |
equals(Object o) |
Invoicingv2invoicesidInvoiceInformation |
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.
|
int |
hashCode() |
Boolean |
SendImmediately()
If set to `true`, we send the invoice immediately.
|
Invoicingv2invoicesidInvoiceInformation |
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 |
setSendImmediately(Boolean sendImmediately) |
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 expirationDate(org.joda.time.LocalDate expirationDate)
public org.joda.time.LocalDate getExpirationDate()
public void setExpirationDate(org.joda.time.LocalDate expirationDate)
public Invoicingv2invoicesidInvoiceInformation sendImmediately(Boolean sendImmediately)
public Boolean SendImmediately()
public void setSendImmediately(Boolean sendImmediately)
public Invoicingv2invoicesidInvoiceInformation allowPartialPayments(Boolean allowPartialPayments)
public Boolean AllowPartialPayments()
public void setAllowPartialPayments(Boolean allowPartialPayments)
public Invoicingv2invoicesidInvoiceInformation deliveryMode(String deliveryMode)
public String getDeliveryMode()
public void setDeliveryMode(String deliveryMode)
Copyright © 2025. All rights reserved.