Package com.adyen.model
Class MerchantRiskIndicator
- java.lang.Object
-
- com.adyen.model.MerchantRiskIndicator
-
public class MerchantRiskIndicator extends Object
MerchantRiskIndicator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantRiskIndicator.DeliveryAddressIndicatorEnumIndicator regarding the delivery address.static classMerchantRiskIndicator.DeliveryTimeframeEnumThe estimated delivery time for the shopper to receive the goods.
-
Constructor Summary
Constructors Constructor Description MerchantRiskIndicator()
-
Method Summary
-
-
-
Method Detail
-
addressMatch
public MerchantRiskIndicator addressMatch(Boolean addressMatch)
-
isAddressMatch
public Boolean isAddressMatch()
-
setAddressMatch
public void setAddressMatch(Boolean addressMatch)
-
deliveryAddressIndicator
public MerchantRiskIndicator deliveryAddressIndicator(MerchantRiskIndicator.DeliveryAddressIndicatorEnum deliveryAddressIndicator)
-
getDeliveryAddressIndicator
public MerchantRiskIndicator.DeliveryAddressIndicatorEnum getDeliveryAddressIndicator()
-
setDeliveryAddressIndicator
public void setDeliveryAddressIndicator(MerchantRiskIndicator.DeliveryAddressIndicatorEnum deliveryAddressIndicator)
-
deliveryEmail
public MerchantRiskIndicator deliveryEmail(String deliveryEmail)
-
getDeliveryEmail
public String getDeliveryEmail()
-
setDeliveryEmail
public void setDeliveryEmail(String deliveryEmail)
-
deliveryTimeframe
public MerchantRiskIndicator deliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)
-
getDeliveryTimeframe
public MerchantRiskIndicator.DeliveryTimeframeEnum getDeliveryTimeframe()
-
setDeliveryTimeframe
public void setDeliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)
-
giftCardAmount
public MerchantRiskIndicator giftCardAmount(Amount giftCardAmount)
-
getGiftCardAmount
public Amount getGiftCardAmount()
-
setGiftCardAmount
public void setGiftCardAmount(Amount giftCardAmount)
-
giftCardCount
public MerchantRiskIndicator giftCardCount(Integer giftCardCount)
-
getGiftCardCount
public Integer getGiftCardCount()
-
setGiftCardCount
public void setGiftCardCount(Integer giftCardCount)
-
preOrderDate
public MerchantRiskIndicator preOrderDate(Date preOrderDate)
-
getPreOrderDate
public Date getPreOrderDate()
-
setPreOrderDate
public void setPreOrderDate(Date preOrderDate)
-
preOrderPurchase
public MerchantRiskIndicator preOrderPurchase(Boolean preOrderPurchase)
-
isPreOrderPurchase
public Boolean isPreOrderPurchase()
-
setPreOrderPurchase
public void setPreOrderPurchase(Boolean preOrderPurchase)
-
reorderItems
public MerchantRiskIndicator reorderItems(Boolean reorderItems)
-
isReorderItems
public Boolean isReorderItems()
-
setReorderItems
public void setReorderItems(Boolean reorderItems)
-
-