public class PaymentInfo
extends java.lang.Object
Constructor and Description |
---|
PaymentInfo() |
Modifier and Type | Method and Description |
---|---|
Country |
getCountry()
The default implementation of the PaymentMgr fills this attribute with the billing country.
|
GeoZone[] |
getDeliveryGeoZoneArray()
The default implementation of the PaymentMgr fills this array with the Billing Geo Zones
rather than the Delivery Geo Zones as the name would suggest.
|
java.lang.String |
getHostAndPort() |
java.util.Locale |
getLocale() |
java.lang.String |
getStoreName() |
boolean |
isDisplayPriceWithTax() |
boolean |
isReturnDetails() |
void |
setCountry(Country country)
The default implementation of the PaymentMgr fills this attribute with the billing country.
|
void |
setDeliveryGeoZoneArray(GeoZone[] deliveryGeoZoneArray)
The default implementation of the PaymentMgr fills this array with the Billing Geo Zones
rather than the Delivery Geo Zones as the name would suggest.
|
void |
setDisplayPriceWithTax(boolean displayPriceWithTax) |
void |
setHostAndPort(java.lang.String hostAndPort) |
void |
setLocale(java.util.Locale locale) |
void |
setReturnDetails(boolean returnDetails) |
void |
setStoreName(java.lang.String storeName) |
public GeoZone[] getDeliveryGeoZoneArray()
public void setDeliveryGeoZoneArray(GeoZone[] deliveryGeoZoneArray)
deliveryGeoZoneArray
- The deliveryGeoZoneArray to set.public Country getCountry()
public void setCountry(Country country)
country
- the country to setpublic java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- The locale to set.public java.lang.String getStoreName()
public void setStoreName(java.lang.String storeName)
storeName
- The storeName to set.public boolean isDisplayPriceWithTax()
public void setDisplayPriceWithTax(boolean displayPriceWithTax)
displayPriceWithTax
- The displayPriceWithTax to set.public boolean isReturnDetails()
public void setReturnDetails(boolean returnDetails)
returnDetails
- The returnDetails to set.public java.lang.String getHostAndPort()
public void setHostAndPort(java.lang.String hostAndPort)
hostAndPort
- The hostAndPort to set.Copyright © 2018 DS Data Systems UK Ltd.