Package com.adyen.model.checkout.details
Class BillDeskOnlineDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.BillDeskOnlineDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class BillDeskOnlineDetails extends Object implements PaymentMethodDetails
BilldeskOnlineDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringBILLDESK_ONLINEPossible types
-
Constructor Summary
Constructors Constructor Description BillDeskOnlineDetails()
-
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_online**inthashCode()BillDeskOnlineDetailsissuer(String issuer)voidsetIssuer(String issuer)voidsetType(String type)StringtoString()BillDeskOnlineDetailstype(String type)
-
-
-
Field Detail
-
BILLDESK_ONLINE
public static final String BILLDESK_ONLINE
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public BillDeskOnlineDetails 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 BillDeskOnlineDetails type(String type)
-
getType
public String getType()
**billdesk_online**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-