public class TransactionInvoiceReplacement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AddressCreate |
billingAddress |
protected OffsetDateTime |
dueOn |
protected String |
externalId |
protected List<LineItemCreate> |
lineItems |
protected String |
merchantReference |
protected Boolean |
sentToCustomer |
| Constructor and Description |
|---|
TransactionInvoiceReplacement() |
protected AddressCreate billingAddress
protected OffsetDateTime dueOn
protected String externalId
protected List<LineItemCreate> lineItems
protected String merchantReference
protected Boolean sentToCustomer
public TransactionInvoiceReplacement billingAddress(AddressCreate billingAddress)
public AddressCreate getBillingAddress()
public void setBillingAddress(AddressCreate billingAddress)
public TransactionInvoiceReplacement dueOn(OffsetDateTime dueOn)
public OffsetDateTime getDueOn()
public void setDueOn(OffsetDateTime dueOn)
public TransactionInvoiceReplacement externalId(String externalId)
public String getExternalId()
public void setExternalId(String externalId)
public TransactionInvoiceReplacement lineItems(List<LineItemCreate> lineItems)
public TransactionInvoiceReplacement addLineItemsItem(LineItemCreate lineItemsItem)
public List<LineItemCreate> getLineItems()
public void setLineItems(List<LineItemCreate> lineItems)
public TransactionInvoiceReplacement merchantReference(String merchantReference)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public TransactionInvoiceReplacement sentToCustomer(Boolean sentToCustomer)
public Boolean isSentToCustomer()
public void setSentToCustomer(Boolean sentToCustomer)
Copyright © 2023. All rights reserved.