Class Ideal
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Ideal
- All Implemented Interfaces:
Serializable
Information used to pay using iDEAL.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBic()
The bank identification code (BIC).The two-character ISO 3166-1 country code.The last characters of the IBAN used to pay.getName()
The name of the account holder associated with this payment method.void
The bank identification code (BIC).void
setCountryCode
(String countryCode) The two-character ISO 3166-1 country code.void
setIbanLastChars
(String ibanLastChars) The last characters of the IBAN used to pay.void
The name of the account holder associated with this payment method.
-
Constructor Details
-
Ideal
public Ideal()
-
-
Method Details
-
setBic
The bank identification code (BIC). -
setCountryCode
The two-character ISO 3166-1 country code. -
setIbanLastChars
The last characters of the IBAN used to pay. -
setName
The name of the account holder associated with this payment method. -
getBic
The bank identification code (BIC). -
getCountryCode
The two-character ISO 3166-1 country code. -
getIbanLastChars
The last characters of the IBAN used to pay. -
getName
The name of the account holder associated with this payment method.
-