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:
  • Constructor Details

    • Bancontact

      public Bancontact()
  • Method Details

    • 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.