public class DefaultPaymentMethodDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
DefaultPaymentMethodDetails() |
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailspublic DefaultPaymentMethodDetails type(String type)
public String getNumber()
public void setNumber(String number)
public DefaultPaymentMethodDetails number(String number)
public String getExpiryMonth()
public void setExpiryMonth(String expiryMonth)
public DefaultPaymentMethodDetails expiryMonth(String expiryMonth)
public String getExpiryYear()
public void setExpiryYear(String expiryYear)
public DefaultPaymentMethodDetails expiryYear(String expiryYear)
public String getHolderName()
public void setHolderName(String holderName)
public DefaultPaymentMethodDetails holderName(String holderName)
public String getCvc()
public void setCvc(String cvc)
public DefaultPaymentMethodDetails cvc(String cvc)
public String getInstallmentConfigurationKey()
public void setInstallmentConfigurationKey(String installmentConfigurationKey)
public DefaultPaymentMethodDetails installmentConfigurationKey(String installmentConfigurationKey)
public PersonalDetails getPersonalDetails()
public void setPersonalDetails(PersonalDetails personalDetails)
public DefaultPaymentMethodDetails personalDetails(PersonalDetails personalDetails)
public String getEncryptedCardNumber()
public void setEncryptedCardNumber(String encryptedCardNumber)
public DefaultPaymentMethodDetails encryptedCardNumber(String encryptedCardNumber)
public String getEncryptedExpiryMonth()
public void setEncryptedExpiryMonth(String encryptedExpiryMonth)
public DefaultPaymentMethodDetails encryptedExpiryMonth(String encryptedExpiryMonth)
public String getEncryptedExpiryYear()
public void setEncryptedExpiryYear(String encryptedExpiryYear)
public DefaultPaymentMethodDetails encryptedExpiryYear(String encryptedExpiryYear)
public String getEncryptedSecurityCode()
public void setEncryptedSecurityCode(String encryptedSecurityCode)
public DefaultPaymentMethodDetails encryptedSecurityCode(String encryptedSecurityCode)
@Deprecated public String getRecurringDetailReference()
storedPaymentMethodId instead.@Deprecated public void setRecurringDetailReference(String recurringDetailReference)
storedPaymentMethodId instead.@Deprecated public DefaultPaymentMethodDetails recurringDetailReference(String recurringDetailReference)
storedPaymentMethodId instead.public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public DefaultPaymentMethodDetails storedPaymentMethodId(String storedPaymentMethodId)
public Boolean getStoreDetails()
public void setStoreDetails(Boolean storeDetails)
public DefaultPaymentMethodDetails storeDetails(Boolean storeDetails)
@Deprecated public String getIdealIssuer()
issuer which is more generic for other payment methods.@Deprecated public void setIdealIssuer(String idealIssuer)
issuer which is more generic for other payment methods.@Deprecated public DefaultPaymentMethodDetails idealIssuer(String idealIssuer)
issuer which is more generic for other payment methods.public String getIssuer()
public void setIssuer(String issuer)
public DefaultPaymentMethodDetails issuer(String issuer)
public String getSepaOwnerName()
public void setSepaOwnerName(String sepaOwnerName)
public String getSepaIbanNumber()
public void setSepaIbanNumber(String sepaIbanNumber)
public String getApplepayToken()
public void setApplepayToken(String applepayToken)
public String getGooglepayToken()
public void setGooglepayToken(String googlepayToken)
public Boolean getSeparateDeliveryAddress()
public void setSeparateDeliveryAddress(Boolean separateDeliveryAddress)
public String getSecurityCode()
public void setSecurityCode(String securityCode)
public DefaultPaymentMethodDetails securityCode(String securityCode)
public DefaultPaymentMethodDetails brand(String brand)
public String getBrand()
public void setBrand(String brand)
public DefaultPaymentMethodDetails networkPaymentReference(String networkPaymentReference)
public String getNetworkPaymentReference()
public void setNetworkPaymentReference(String networkPaymentReference)
public String getShopperNotificationReference()
public void setShopperNotificationReference(String shopperNotificationReference)
Copyright © 2022. All rights reserved.