java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
com.broadleafcommerce.paypal.micro.gateway.domain.orders.MyBank
All Implemented Interfaces:
Serializable

public class MyBank extends CommonPaymentSource implements Serializable
Information used to pay using MyBank.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • MyBank

      public MyBank()
  • Method Details

    • setIbanLastChars

      public void setIbanLastChars(String ibanLastChars)
      The last characters of the IBAN used to pay.
    • getIbanLastChars

      public String getIbanLastChars()
      The last characters of the IBAN used to pay.