Class Bancontact
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.Bancontact
-
- All Implemented Interfaces:
Serializable
public class Bancontact extends CommonPaymentSource implements Serializable
Bancontact is the most popular online payment in Belgium.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Bancontact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCardLastDigits()
The last digits of the card used to fund the Bancontact payment.String
getIbanLastChars()
The last characters of the IBAN used to pay.void
setCardLastDigits(String cardLastDigits)
The last digits of the card used to fund the Bancontact payment.void
setIbanLastChars(String ibanLastChars)
The last characters of the IBAN used to pay.-
Methods inherited from class com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
getBic, getCountryCode, getName, setBic, setCountryCode, setName
-
-
-
-
Method Detail
-
setCardLastDigits
public void setCardLastDigits(String cardLastDigits)
The last digits of the card used to fund the Bancontact payment.
-
setIbanLastChars
public void setIbanLastChars(String ibanLastChars)
The last characters of the IBAN used to pay.
-
getCardLastDigits
public String getCardLastDigits()
The last digits of the card used to fund the Bancontact payment.
-
getIbanLastChars
public String getIbanLastChars()
The last characters of the IBAN used to pay.
-
-