public class OfferListItem extends Object
| Constructor and Description |
|---|
OfferListItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
The currency alphabetic code based on the ISO 4217.
|
Customer |
getCustomer()
The identification of the customer as a recipient of the offer.
|
Date |
getExpiration() |
Long |
getId()
The unique identification of the associated order.
|
String |
getLogo()
The creditor's company logo, a full URL of the image served from CDN.
|
Date |
getModificationDate()
The date of the last modification of the associated order values.
|
Boolean |
getMultipleRecipients() |
String |
getSnippet()
The short description of the offer.
|
Sponsor |
getSponsor() |
Creditor |
getSupplier()
The supplier account that represents a business at TurnOnline.biz Ecosystem.
|
String |
getThumbnail()
The thumbnail URL of the associated product picture.
|
String |
getTitle()
The offer title.
|
Double |
getTotalPrice()
The offer total price.
|
Double |
getTotalPriceExclVat()
The offer total price.
|
Double |
getTotalVatAmount()
The offer total amount of VAT.
|
Double |
getTotalVatBase()
The offer total VAT base.
|
OfferListItem |
setCurrency(String currency) |
OfferListItem |
setCustomer(Customer customer) |
OfferListItem |
setExpiration(Date expiration) |
OfferListItem |
setId(Long id) |
OfferListItem |
setLogo(String logo) |
OfferListItem |
setModificationDate(Date modificationDate) |
OfferListItem |
setMultipleRecipients(Boolean multipleRecipients) |
OfferListItem |
setSnippet(String snippet) |
OfferListItem |
setSponsor(Sponsor sponsor) |
OfferListItem |
setSupplier(Creditor supplier) |
OfferListItem |
setThumbnail(String thumbnail) |
OfferListItem |
setTitle(String title) |
OfferListItem |
setTotalPrice(Double totalPrice) |
OfferListItem |
setTotalPriceExclVat(Double totalPriceExclVat) |
OfferListItem |
setTotalVatAmount(Double totalVatAmount) |
OfferListItem |
setTotalVatBase(Double totalVatBase) |
public String getCurrency()
public OfferListItem setCurrency(String currency)
public Customer getCustomer()
public OfferListItem setCustomer(Customer customer)
public Date getExpiration()
public OfferListItem setExpiration(Date expiration)
public Long getId()
public OfferListItem setId(Long id)
public String getLogo()
public OfferListItem setLogo(String logo)
public Date getModificationDate()
public OfferListItem setModificationDate(Date modificationDate)
public Boolean getMultipleRecipients()
public OfferListItem setMultipleRecipients(Boolean multipleRecipients)
public String getSnippet()
public OfferListItem setSnippet(String snippet)
public Sponsor getSponsor()
public OfferListItem setSponsor(Sponsor sponsor)
public Creditor getSupplier()
public OfferListItem setSupplier(Creditor supplier)
public String getThumbnail()
public OfferListItem setThumbnail(String thumbnail)
public String getTitle()
public OfferListItem setTitle(String title)
public Double getTotalPrice()
public OfferListItem setTotalPrice(Double totalPrice)
public Double getTotalPriceExclVat()
public OfferListItem setTotalPriceExclVat(Double totalPriceExclVat)
public Double getTotalVatAmount()
public OfferListItem setTotalVatAmount(Double totalVatAmount)
public Double getTotalVatBase()
public OfferListItem setTotalVatBase(Double totalVatBase)
Copyright © 2023. All rights reserved.