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
Bancontact is the most popular online payment in Belgium.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe last digits of the card used to fund the Bancontact payment.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
-
Constructor Details
-
Bancontact
public Bancontact()
-
-
Method Details
-
setCardLastDigits
The last digits of the card used to fund the Bancontact payment. -
setIbanLastChars
The last characters of the IBAN used to pay. -
getCardLastDigits
The last digits of the card used to fund the Bancontact payment. -
getIbanLastChars
The last characters of the IBAN used to pay.
-