Package com.adyen.model.checkout.details
Class BillDeskWalletDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.BillDeskWalletDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class BillDeskWalletDetails extends Object implements PaymentMethodDetails
BilldeskWalletDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringBILLDESK_WALLETPossible types
-
Constructor Summary
Constructors Constructor Description BillDeskWalletDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIssuer()The issuer id of the shopper's selected bank.StringgetType()**billdesk_wallet**inthashCode()BillDeskWalletDetailsissuer(String issuer)voidsetIssuer(String issuer)voidsetType(String type)StringtoString()BillDeskWalletDetailstype(String type)
-
-
-
Field Detail
-
BILLDESK_WALLET
public static final String BILLDESK_WALLET
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public BillDeskWalletDetails issuer(String issuer)
-
getIssuer
public String getIssuer()
The issuer id of the shopper's selected bank.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
type
public BillDeskWalletDetails type(String type)
-
getType
public String getType()
**billdesk_wallet**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-