Class Trustly
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.Trustly
-
- All Implemented Interfaces:
Serializable
public class Trustly extends CommonPaymentSource implements Serializable
Information needed to pay using Trustly.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Trustly()
-
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
-
-