Class MyBank
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MyBank()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIbanLastChars()
The last characters of the IBAN used to pay.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
-
-