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.voidThe bank identification code (BIC).voidsetCountryCode(String countryCode) The two-character ISO 3166-1 country code.voidsetIbanLastChars(String ibanLastChars) The last characters of the IBAN used to pay.voidThe 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.
-