public interface Event extends GlobalInterface
| Modifier and Type | Method and Description |
|---|---|
CurrencyEnumeration |
getCurrency()
Currency of the price amount for an item.
|
String |
getDeliveryNotes()
Additional instructions to explain the item’s delivery process.
|
FloatUnit |
getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
DateTimeRange |
getEventDateRange()
The time during which this event takes place.
|
String |
getLocation()
Location where the event will be held.
|
PaymentTypeEnumeration[] |
getPaymentAccepted()
Payment Methods acceptable for the event.
|
String |
getPaymentNotes()
Additional information about payment.
|
FloatUnit |
getPrice()
Price of the event.
|
PriceTypeEnumeration |
getPriceType()
Price qualifier for the even cost.
|
Integer |
getQuantity()
Quantity available.
|
ShippingType[] |
getShipping()
Shipping information related to the event.
|
Float |
getTaxPercent()
Tax rate associated with the event.
|
String |
getTaxRegion()
Region where tax applies.
|
void |
setCurrency(CurrencyEnumeration value)
Currency of the price amount for an item.
|
void |
setDeliveryNotes(String deliveryNotes)
Additional instructions to explain the item’s delivery process.
|
void |
setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
setEventDateRange(DateTimeRange eventDateRange)
The time during which this event takes place.
|
void |
setLocation(String location)
Location where the event will be held.
|
void |
setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the event.
|
void |
setPaymentNotes(String paymentNotes)
Additional information about payment.
|
void |
setPrice(FloatUnit price)
Price of the event.
|
void |
setPriceType(PriceTypeEnumeration priceType)
Price qualifier for the even cost.
|
void |
setQuantity(Integer quantity)
Quantity available.
|
void |
setShipping(ShippingType[] shipping)
Shipping information related to the event.
|
void |
setTaxPercent(Float taxPercent)
Tax rate associated with the event.
|
void |
setTaxRegion(String taxRegion)
Region where tax applies.
|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabelsvoid setCurrency(CurrencyEnumeration value)
| currency | |
| Details | Currency of the price amount for an item. Values must be in ISO 4217 currency code format. |
| Example | Acceptable: <g:currency>USD</g:currency> Not acceptable: <g:currency>US Dollars</g:currency> |
| Attribute of | Events, Housing, Products, Services, Travel, Vehicles |
| Content type | currencyEnumeration |
value - Currency of the price amount for an item.CurrencyEnumeration getCurrency()
| currency | |
| Details | Currency of the price amount for an item. Values must be in ISO 4217 currency code format. |
| Example | Acceptable: <g:currency>USD</g:currency> Not acceptable: <g:currency>US Dollars</g:currency> |
| Attribute of | Events, Housing, Products, Services, Travel, Vehicles |
| Content type | currencyEnumeration |
void setDeliveryNotes(String deliveryNotes)
deliveryNotes - Additional instructions to explain the item’s delivery process.String getDeliveryNotes()
void setDeliveryRadius(FloatUnit deliveryRadius)
deliveryRadius - The maximum distance you will deliver an item in any direction.FloatUnit getDeliveryRadius()
void setEventDateRange(DateTimeRange eventDateRange)
| event_date_range | |
| Details |
Information on the date and time an event will take place, in ISO 8601
format. Two sub-attributes are included in the event_date_range attribute:
|
| Example | <g:event_dateTime> <g:from>2005-12-20T14:00:00</g:from> <g:to>2005-12-20T19:00:00</g:to> </g:eventdateTime> |
| Attribute of | Events |
| Content type | dateTimeRange |
eventDateRange - The time during which this event takes place.DateTimeRange getEventDateRange()
| event_date_range | |
| Details |
Information on the date and time an event will take place, in ISO 8601
format. Two sub-attributes are included in the event_date_range attribute:
|
| Example | <g:event_dateTime> <g:from>2005-12-20T14:00:00</g:from> <g:to>2005-12-20T19:00:00</g:to> </g:eventdateTime> |
| Attribute of | Events |
| Content type | dateTimeRange |
void setLocation(String location)
location - Location where the event will be held.String getLocation()
void setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
paymentAccepted - Payment Methods acceptable for the event.PaymentTypeEnumeration[] getPaymentAccepted()
void setPaymentNotes(String paymentNotes)
paymentNotes - Additional information about payment.String getPaymentNotes()
void setPrice(FloatUnit price)
price - Price of the event.FloatUnit getPrice()
void setPriceType(PriceTypeEnumeration priceType)
priceType - Price qualifier for the even cost.PriceTypeEnumeration getPriceType()
void setQuantity(Integer quantity)
quantity - Quantity available.Integer getQuantity()
void setShipping(ShippingType[] shipping)
shipping - Shipping information related to the event.ShippingType[] getShipping()
void setTaxPercent(Float taxPercent)
| tax_percent | |
| Details | Tax rate as a percentage. |
| Example | <g:tax_percent>8.2<g:/tax_percent> |
| Attribute of | Products, Events |
| Content type | percentType |
taxPercent - Tax rate associated with the event.Float getTaxPercent()
| tax_percent | |
| Details | Tax rate as a percentage. |
| Example | <g:tax_percent>8.2<g:/tax_percent> |
| Attribute of | Products, Events |
| Content type | percentType |
void setTaxRegion(String taxRegion)
| tax_region | |
| Details | Geographical region a tax rate applies to. |
| Example | <g:tax_region>California</g:tax_region> |
| Attribute of | Product, Events, |
| Content type | string |
taxRegion - Region where tax applies.String getTaxRegion()
| tax_region | |
| Details | Geographical region a tax rate applies to. |
| Example | <g:tax_region>California</g:tax_region> |
| Attribute of | Product, Events, |
| Content type | string |
Copyright © 2021. All rights reserved.