Package com.adyen.model.checkout
Class StoredPaymentMethodResource
- java.lang.Object
-
- com.adyen.model.checkout.StoredPaymentMethodResource
-
public class StoredPaymentMethodResource extends Object
-
-
Constructor Summary
Constructors Constructor Description StoredPaymentMethodResource()
-
Method Summary
-
-
-
Method Detail
-
brand
public StoredPaymentMethodResource brand(String brand)
-
getBrand
public String getBrand()
-
setBrand
public void setBrand(String brand)
-
expiryMonth
public StoredPaymentMethodResource expiryMonth(String expiryMonth)
-
getExpiryMonth
public String getExpiryMonth()
-
setExpiryMonth
public void setExpiryMonth(String expiryMonth)
-
expiryYear
public StoredPaymentMethodResource expiryYear(String expiryYear)
-
getExpiryYear
public String getExpiryYear()
-
setExpiryYear
public void setExpiryYear(String expiryYear)
-
id
public StoredPaymentMethodResource id(String id)
-
getId
public String getId()
-
setId
public void setId(String id)
-
lastFour
public StoredPaymentMethodResource lastFour(String lastFour)
-
getLastFour
public String getLastFour()
-
setLastFour
public void setLastFour(String lastFour)
-
shopperReference
public StoredPaymentMethodResource shopperReference(String shopperReference)
-
getShopperReference
public String getShopperReference()
-
setShopperReference
public void setShopperReference(String shopperReference)
-
storingMethodType
public StoredPaymentMethodResource storingMethodType(String storingMethodType)
-
getStoringMethodType
public String getStoringMethodType()
-
setStoringMethodType
public void setStoringMethodType(String storingMethodType)
-
supportedShopperInteractions
public StoredPaymentMethodResource supportedShopperInteractions(List<String> supportedShopperInteractions)
-
addSupportedShopperInteractionsItem
public StoredPaymentMethodResource addSupportedShopperInteractionsItem(String supportedShopperInteractionsItem)
-
setSupportedShopperInteractions
public void setSupportedShopperInteractions(List<String> supportedShopperInteractions)
-
type
public StoredPaymentMethodResource type(String type)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-