public class CompleteOffer extends Object
| Constructor and Description |
|---|
CompleteOffer() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginOn()
Proposal of the start date if applicable.
|
Date |
getCreatedDate()
A date when offer has been created.
|
String |
getCurrency()
The currency alphabetic code based on the ISO 4217.
|
Customer |
getCustomer()
A customer to be invoiced.
|
String |
getDescription() |
Date |
getExpiration() |
Integer |
getExpirationDays() |
Long |
getId()
The unique offer identification.
|
String |
getInvoiceType()
Get invoiceType
|
List<PricingItem> |
getItems()
The list of order items to be placed at invoice.
|
Date |
getLastBillingDate()
The last billing date.
|
String |
getLogo()
The supplier's company logo, a full URL of the image served from CDN.
|
Date |
getModificationDate()
The date of the last modification of offer values.
|
Boolean |
getMultipleRecipients() |
Date |
getNextBillingDate()
The next (future) billing date.
|
Integer |
getNumberOfDays()
The number of days to calculate due date.
|
String |
getPeriodicity()
The current periodicity of the offer.
|
String |
getPicture()
The serving URL of the picture associated with the offer.
|
String |
getSnippet()
The short description of the offer.
|
Sponsor |
getSponsor() |
String |
getStatus()
The current status of the offer.
|
Creditor |
getSupplier()
The supplier account that represents a business at TurnOnline.biz Ecosystem.
|
String |
getTitle()
The offer title.
|
Double |
getTotalPrice()
The offer total price as a sum of all checked in order items and its amount including target rounding mode.
|
Double |
getTotalPriceExclVat()
The offer total price as a sum of all checked in order items and its amount including target rounding mode.
|
Double |
getTotalVatAmount()
The offer total amount of VAT as a sum of all checked in order items including target rounding mode.
|
Double |
getTotalVatBase()
The offer total VAT base as a sum of all checked in order items and its amount.
|
CompleteOffer |
setBeginOn(Date beginOn) |
CompleteOffer |
setCreatedDate(Date createdDate) |
CompleteOffer |
setCurrency(String currency) |
CompleteOffer |
setCustomer(Customer customer) |
CompleteOffer |
setDescription(String description) |
CompleteOffer |
setExpiration(Date expiration) |
CompleteOffer |
setExpirationDays(Integer expirationDays) |
CompleteOffer |
setId(Long id) |
CompleteOffer |
setInvoiceType(String invoiceType) |
CompleteOffer |
setItems(List<PricingItem> items) |
CompleteOffer |
setLastBillingDate(Date lastBillingDate) |
CompleteOffer |
setLogo(String logo) |
CompleteOffer |
setModificationDate(Date modificationDate) |
CompleteOffer |
setMultipleRecipients(Boolean multipleRecipients) |
CompleteOffer |
setNextBillingDate(Date nextBillingDate) |
CompleteOffer |
setNumberOfDays(Integer numberOfDays) |
CompleteOffer |
setPeriodicity(String periodicity) |
CompleteOffer |
setPicture(String picture) |
CompleteOffer |
setSnippet(String snippet) |
CompleteOffer |
setSponsor(Sponsor sponsor) |
CompleteOffer |
setStatus(String status) |
CompleteOffer |
setSupplier(Creditor supplier) |
CompleteOffer |
setTitle(String title) |
CompleteOffer |
setTotalPrice(Double totalPrice) |
CompleteOffer |
setTotalPriceExclVat(Double totalPriceExclVat) |
CompleteOffer |
setTotalVatAmount(Double totalVatAmount) |
CompleteOffer |
setTotalVatBase(Double totalVatBase) |
public Date getBeginOn()
public CompleteOffer setBeginOn(Date beginOn)
public Date getCreatedDate()
public CompleteOffer setCreatedDate(Date createdDate)
public String getCurrency()
public CompleteOffer setCurrency(String currency)
public Customer getCustomer()
public CompleteOffer setCustomer(Customer customer)
public String getDescription()
public CompleteOffer setDescription(String description)
public Date getExpiration()
public CompleteOffer setExpiration(Date expiration)
public Integer getExpirationDays()
public CompleteOffer setExpirationDays(Integer expirationDays)
public Long getId()
public CompleteOffer setId(Long id)
public String getInvoiceType()
public CompleteOffer setInvoiceType(String invoiceType)
public List<PricingItem> getItems()
public CompleteOffer setItems(List<PricingItem> items)
public Date getLastBillingDate()
public CompleteOffer setLastBillingDate(Date lastBillingDate)
public String getLogo()
public CompleteOffer setLogo(String logo)
public Date getModificationDate()
public CompleteOffer setModificationDate(Date modificationDate)
public Boolean getMultipleRecipients()
public CompleteOffer setMultipleRecipients(Boolean multipleRecipients)
public Date getNextBillingDate()
public CompleteOffer setNextBillingDate(Date nextBillingDate)
public Integer getNumberOfDays()
public CompleteOffer setNumberOfDays(Integer numberOfDays)
public String getPeriodicity()
public CompleteOffer setPeriodicity(String periodicity)
public String getPicture()
public CompleteOffer setPicture(String picture)
public String getSnippet()
public CompleteOffer setSnippet(String snippet)
public Sponsor getSponsor()
public CompleteOffer setSponsor(Sponsor sponsor)
public String getStatus()
public CompleteOffer setStatus(String status)
public Creditor getSupplier()
public CompleteOffer setSupplier(Creditor supplier)
public String getTitle()
public CompleteOffer setTitle(String title)
public Double getTotalPrice()
public CompleteOffer setTotalPrice(Double totalPrice)
public Double getTotalPriceExclVat()
public CompleteOffer setTotalPriceExclVat(Double totalPriceExclVat)
public Double getTotalVatAmount()
public CompleteOffer setTotalVatAmount(Double totalVatAmount)
public Double getTotalVatBase()
public CompleteOffer setTotalVatBase(Double totalVatBase)
Copyright © 2023. All rights reserved.