Package com.adyen.model.checkout
Class DefaultPaymentMethodDetails
- java.lang.Object
-
- com.adyen.model.checkout.DefaultPaymentMethodDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class DefaultPaymentMethodDetails extends Object implements PaymentMethodDetails
-
-
Constructor Summary
Constructors Constructor Description DefaultPaymentMethodDetails()
-
Method Summary
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfacePaymentMethodDetails
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
type
public DefaultPaymentMethodDetails type(String type)
-
getNumber
public String getNumber()
-
setNumber
public void setNumber(String number)
-
number
public DefaultPaymentMethodDetails number(String number)
-
getExpiryMonth
public String getExpiryMonth()
-
setExpiryMonth
public void setExpiryMonth(String expiryMonth)
-
expiryMonth
public DefaultPaymentMethodDetails expiryMonth(String expiryMonth)
-
getExpiryYear
public String getExpiryYear()
-
setExpiryYear
public void setExpiryYear(String expiryYear)
-
expiryYear
public DefaultPaymentMethodDetails expiryYear(String expiryYear)
-
getHolderName
public String getHolderName()
-
setHolderName
public void setHolderName(String holderName)
-
holderName
public DefaultPaymentMethodDetails holderName(String holderName)
-
getCvc
public String getCvc()
-
setCvc
public void setCvc(String cvc)
-
cvc
public DefaultPaymentMethodDetails cvc(String cvc)
-
getInstallmentConfigurationKey
public String getInstallmentConfigurationKey()
-
setInstallmentConfigurationKey
public void setInstallmentConfigurationKey(String installmentConfigurationKey)
-
installmentConfigurationKey
public DefaultPaymentMethodDetails installmentConfigurationKey(String installmentConfigurationKey)
-
getPersonalDetails
public PersonalDetails getPersonalDetails()
-
setPersonalDetails
public void setPersonalDetails(PersonalDetails personalDetails)
-
personalDetails
public DefaultPaymentMethodDetails personalDetails(PersonalDetails personalDetails)
-
getEncryptedCardNumber
public String getEncryptedCardNumber()
-
setEncryptedCardNumber
public void setEncryptedCardNumber(String encryptedCardNumber)
-
encryptedCardNumber
public DefaultPaymentMethodDetails encryptedCardNumber(String encryptedCardNumber)
-
getEncryptedExpiryMonth
public String getEncryptedExpiryMonth()
-
setEncryptedExpiryMonth
public void setEncryptedExpiryMonth(String encryptedExpiryMonth)
-
encryptedExpiryMonth
public DefaultPaymentMethodDetails encryptedExpiryMonth(String encryptedExpiryMonth)
-
getEncryptedExpiryYear
public String getEncryptedExpiryYear()
-
setEncryptedExpiryYear
public void setEncryptedExpiryYear(String encryptedExpiryYear)
-
encryptedExpiryYear
public DefaultPaymentMethodDetails encryptedExpiryYear(String encryptedExpiryYear)
-
getEncryptedSecurityCode
public String getEncryptedSecurityCode()
-
setEncryptedSecurityCode
public void setEncryptedSecurityCode(String encryptedSecurityCode)
-
encryptedSecurityCode
public DefaultPaymentMethodDetails encryptedSecurityCode(String encryptedSecurityCode)
-
getRecurringDetailReference
@Deprecated public String getRecurringDetailReference()
Deprecated.This field is deprecated. UsestoredPaymentMethodIdinstead.
-
setRecurringDetailReference
@Deprecated public void setRecurringDetailReference(String recurringDetailReference)
Deprecated.This field is deprecated. UsestoredPaymentMethodIdinstead.
-
recurringDetailReference
@Deprecated public DefaultPaymentMethodDetails recurringDetailReference(String recurringDetailReference)
Deprecated.This field is deprecated. UsestoredPaymentMethodIdinstead.
-
getStoredPaymentMethodId
public String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
public void setStoredPaymentMethodId(String storedPaymentMethodId)
-
storedPaymentMethodId
public DefaultPaymentMethodDetails storedPaymentMethodId(String storedPaymentMethodId)
-
getStoreDetails
public Boolean getStoreDetails()
-
setStoreDetails
public void setStoreDetails(Boolean storeDetails)
-
storeDetails
public DefaultPaymentMethodDetails storeDetails(Boolean storeDetails)
-
getIdealIssuer
@Deprecated public String getIdealIssuer()
Deprecated.This field is deprecated and new field addedissuerwhich is more generic for other payment methods.
-
setIdealIssuer
@Deprecated public void setIdealIssuer(String idealIssuer)
Deprecated.This field is deprecated and new field addedissuerwhich is more generic for other payment methods.
-
idealIssuer
@Deprecated public DefaultPaymentMethodDetails idealIssuer(String idealIssuer)
Deprecated.This field is deprecated and new field addedissuerwhich is more generic for other payment methods.
-
getIssuer
public String getIssuer()
-
setIssuer
public void setIssuer(String issuer)
-
issuer
public DefaultPaymentMethodDetails issuer(String issuer)
-
getSepaOwnerName
public String getSepaOwnerName()
-
setSepaOwnerName
public void setSepaOwnerName(String sepaOwnerName)
-
getSepaIbanNumber
public String getSepaIbanNumber()
-
setSepaIbanNumber
public void setSepaIbanNumber(String sepaIbanNumber)
-
getApplepayToken
public String getApplepayToken()
-
setApplepayToken
public void setApplepayToken(String applepayToken)
-
getGooglepayToken
public String getGooglepayToken()
-
setGooglepayToken
public void setGooglepayToken(String googlepayToken)
-
getSeparateDeliveryAddress
public Boolean getSeparateDeliveryAddress()
-
setSeparateDeliveryAddress
public void setSeparateDeliveryAddress(Boolean separateDeliveryAddress)
-
getSecurityCode
public String getSecurityCode()
-
setSecurityCode
public void setSecurityCode(String securityCode)
-
securityCode
public DefaultPaymentMethodDetails securityCode(String securityCode)
-
brand
public DefaultPaymentMethodDetails brand(String brand)
-
getBrand
public String getBrand()
Get brand- Returns:
- brand
-
setBrand
public void setBrand(String brand)
-
networkPaymentReference
public DefaultPaymentMethodDetails networkPaymentReference(String networkPaymentReference)
-
getNetworkPaymentReference
public String getNetworkPaymentReference()
Get networkPaymentReference- Returns:
- networkPaymentReference
-
setNetworkPaymentReference
public void setNetworkPaymentReference(String networkPaymentReference)
-
getShopperNotificationReference
public String getShopperNotificationReference()
-
setShopperNotificationReference
public void setShopperNotificationReference(String shopperNotificationReference)
-
-