public class Overpayment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Overpayment.StatusEnum
See Overpayment Status Codes
|
static class |
Overpayment.TypeEnum
See Overpayment Types
|
| Constructor and Description |
|---|
Overpayment() |
public Overpayment type(Overpayment.TypeEnum type)
public Overpayment.TypeEnum getType()
public void setType(Overpayment.TypeEnum type)
public Overpayment contact(Contact contact)
public Contact getContact()
public void setContact(Contact contact)
public Overpayment date(String date)
public String getDate()
public org.threeten.bp.LocalDate getDateAsDate()
public void setDate(String date)
public void setDate(org.threeten.bp.LocalDate date)
public Overpayment status(Overpayment.StatusEnum status)
public Overpayment.StatusEnum getStatus()
public void setStatus(Overpayment.StatusEnum status)
public Overpayment lineAmountTypes(LineAmountTypes lineAmountTypes)
public LineAmountTypes getLineAmountTypes()
public void setLineAmountTypes(LineAmountTypes lineAmountTypes)
public Overpayment lineItems(List<LineItem> lineItems)
public Overpayment addLineItemsItem(LineItem lineItemsItem)
public Overpayment subTotal(Double subTotal)
public Double getSubTotal()
public void setSubTotal(Double subTotal)
public Overpayment totalTax(Double totalTax)
public Double getTotalTax()
public void setTotalTax(Double totalTax)
public Overpayment total(Double total)
public Double getTotal()
public void setTotal(Double total)
public String getUpdatedDateUTC()
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
public Overpayment currencyCode(CurrencyCode currencyCode)
public CurrencyCode getCurrencyCode()
public void setCurrencyCode(CurrencyCode currencyCode)
public Overpayment overpaymentID(UUID overpaymentID)
public UUID getOverpaymentID()
public void setOverpaymentID(UUID overpaymentID)
public Overpayment currencyRate(Double currencyRate)
public Double getCurrencyRate()
public void setCurrencyRate(Double currencyRate)
public Overpayment remainingCredit(Double remainingCredit)
public Double getRemainingCredit()
public void setRemainingCredit(Double remainingCredit)
public Overpayment allocations(List<Allocation> allocations)
public Overpayment addAllocationsItem(Allocation allocationsItem)
public List<Allocation> getAllocations()
public void setAllocations(List<Allocation> allocations)
public Overpayment appliedAmount(Double appliedAmount)
public Double getAppliedAmount()
public void setAppliedAmount(Double appliedAmount)
public Overpayment payments(List<Payment> payments)
public Overpayment addPaymentsItem(Payment paymentsItem)
public Boolean getHasAttachments()
public Overpayment attachments(List<Attachment> attachments)
public Overpayment addAttachmentsItem(Attachment attachmentsItem)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
Copyright © 2020. All rights reserved.