public class MerchantRiskIndicator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MerchantRiskIndicator.DeliveryAddressIndicatorEnum
Indicator regarding the delivery address.
|
static class |
MerchantRiskIndicator.DeliveryTimeframeEnum
The estimated delivery time for the shopper to receive the goods.
|
| Constructor and Description |
|---|
MerchantRiskIndicator() |
public MerchantRiskIndicator addressMatch(Boolean addressMatch)
public Boolean isAddressMatch()
public void setAddressMatch(Boolean addressMatch)
public MerchantRiskIndicator deliveryAddressIndicator(MerchantRiskIndicator.DeliveryAddressIndicatorEnum deliveryAddressIndicator)
public MerchantRiskIndicator.DeliveryAddressIndicatorEnum getDeliveryAddressIndicator()
public void setDeliveryAddressIndicator(MerchantRiskIndicator.DeliveryAddressIndicatorEnum deliveryAddressIndicator)
public MerchantRiskIndicator deliveryEmail(String deliveryEmail)
public String getDeliveryEmail()
public void setDeliveryEmail(String deliveryEmail)
public MerchantRiskIndicator deliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)
public MerchantRiskIndicator.DeliveryTimeframeEnum getDeliveryTimeframe()
public void setDeliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)
public MerchantRiskIndicator giftCardAmount(Amount giftCardAmount)
public Amount getGiftCardAmount()
public void setGiftCardAmount(Amount giftCardAmount)
public MerchantRiskIndicator giftCardCount(Integer giftCardCount)
public Integer getGiftCardCount()
public void setGiftCardCount(Integer giftCardCount)
public MerchantRiskIndicator preOrderDate(Date preOrderDate)
public Date getPreOrderDate()
public void setPreOrderDate(Date preOrderDate)
public MerchantRiskIndicator preOrderPurchase(Boolean preOrderPurchase)
public Boolean isPreOrderPurchase()
public void setPreOrderPurchase(Boolean preOrderPurchase)
public MerchantRiskIndicator reorderItems(Boolean reorderItems)
public Boolean isReorderItems()
public void setReorderItems(Boolean reorderItems)
Copyright © 2022. All rights reserved.