Class Sofort
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Sofort
- All Implemented Interfaces:
Serializable
Information used to pay using Sofort.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe 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
-
Constructor Details
-
Sofort
public Sofort()
-
-
Method Details
-
setIbanLastChars
The last characters of the IBAN used to pay. -
getIbanLastChars
The last characters of the IBAN used to pay.
-