Package com.adyen.model.checkout.details
Class StoredPaymentMethodDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.StoredPaymentMethodDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class StoredPaymentMethodDetails extends Object implements PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringBCMC_MOBILEpayment method type values.static StringBCMC_MOBILE_APPstatic StringBCMC_MOBILE_QRstatic StringGCASHstatic StringGRABPAY_IDstatic StringGRABPAY_MYstatic StringGRABPAY_PHstatic StringGRABPAY_SGstatic StringGRABPAY_THstatic StringGRABPAY_VNstatic StringKAKAOPAYstatic StringMOMO_WALLETstatic StringMOMO_WALLET_APPstatic StringOXXOstatic StringPAYMAYA_WALLETstatic StringTRUEMONEY
-
Constructor Summary
Constructors Constructor Description StoredPaymentMethodDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRecurringDetailReference()This is the `recurringDetailReference` returned in the response when you created the token.StringgetStoredPaymentMethodId()This is the `recurringDetailReference` returned in the response when you created the token.StringgetType()The payment method type.inthashCode()StoredPaymentMethodDetailsrecurringDetailReference(String recurringDetailReference)voidsetRecurringDetailReference(String recurringDetailReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetType(String type)StoredPaymentMethodDetailsstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()StoredPaymentMethodDetailstype(String type)
-
-
-
Field Detail
-
BCMC_MOBILE
public static final String BCMC_MOBILE
payment method type values.- See Also:
- Constant Field Values
-
BCMC_MOBILE_QR
public static final String BCMC_MOBILE_QR
- See Also:
- Constant Field Values
-
BCMC_MOBILE_APP
public static final String BCMC_MOBILE_APP
- See Also:
- Constant Field Values
-
MOMO_WALLET
public static final String MOMO_WALLET
- See Also:
- Constant Field Values
-
MOMO_WALLET_APP
public static final String MOMO_WALLET_APP
- See Also:
- Constant Field Values
-
PAYMAYA_WALLET
public static final String PAYMAYA_WALLET
- See Also:
- Constant Field Values
-
GRABPAY_SG
public static final String GRABPAY_SG
- See Also:
- Constant Field Values
-
GRABPAY_MY
public static final String GRABPAY_MY
- See Also:
- Constant Field Values
-
GRABPAY_TH
public static final String GRABPAY_TH
- See Also:
- Constant Field Values
-
GRABPAY_ID
public static final String GRABPAY_ID
- See Also:
- Constant Field Values
-
GRABPAY_VN
public static final String GRABPAY_VN
- See Also:
- Constant Field Values
-
GRABPAY_PH
public static final String GRABPAY_PH
- See Also:
- Constant Field Values
-
OXXO
public static final String OXXO
- See Also:
- Constant Field Values
-
GCASH
public static final String GCASH
- See Also:
- Constant Field Values
-
KAKAOPAY
public static final String KAKAOPAY
- See Also:
- Constant Field Values
-
TRUEMONEY
public static final String TRUEMONEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
recurringDetailReference
public StoredPaymentMethodDetails recurringDetailReference(String recurringDetailReference)
-
getRecurringDetailReference
public String getRecurringDetailReference()
This is the `recurringDetailReference` returned in the response when you created the token.- Returns:
- recurringDetailReference
-
setRecurringDetailReference
public void setRecurringDetailReference(String recurringDetailReference)
-
storedPaymentMethodId
public StoredPaymentMethodDetails storedPaymentMethodId(String storedPaymentMethodId)
-
getStoredPaymentMethodId
public String getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.- Returns:
- storedPaymentMethodId
-
setStoredPaymentMethodId
public void setStoredPaymentMethodId(String storedPaymentMethodId)
-
type
public StoredPaymentMethodDetails type(String type)
-
getType
public String getType()
The payment method type.- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-