public class StoredPaymentMethodResource extends Object
| Constructor and Description |
|---|
StoredPaymentMethodResource() |
public StoredPaymentMethodResource brand(String brand)
public String getBrand()
public void setBrand(String brand)
public StoredPaymentMethodResource expiryMonth(String expiryMonth)
public String getExpiryMonth()
public void setExpiryMonth(String expiryMonth)
public StoredPaymentMethodResource expiryYear(String expiryYear)
public String getExpiryYear()
public void setExpiryYear(String expiryYear)
public StoredPaymentMethodResource id(String id)
public String getId()
public void setId(String id)
public StoredPaymentMethodResource lastFour(String lastFour)
public String getLastFour()
public void setLastFour(String lastFour)
public StoredPaymentMethodResource shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
public StoredPaymentMethodResource storingMethodType(String storingMethodType)
public String getStoringMethodType()
public void setStoringMethodType(String storingMethodType)
public StoredPaymentMethodResource supportedShopperInteractions(List<String> supportedShopperInteractions)
public StoredPaymentMethodResource addSupportedShopperInteractionsItem(String supportedShopperInteractionsItem)
public void setSupportedShopperInteractions(List<String> supportedShopperInteractions)
public StoredPaymentMethodResource type(String type)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.