Class P24
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.P24
- All Implemented Interfaces:
Serializable
Information used to pay using P24(Przelewy24).
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe two-character ISO 3166-1 country code.getEmail()
The email address of the account holder associated with this payment method.Friendly name of the payment scheme or bank used for the payment.Numeric identifier of the payment scheme or bank used for the payment.getName()
The name of the account holder associated with this payment method.P24 generated payment description.void
setCountryCode
(String countryCode) The two-character ISO 3166-1 country code.void
The email address of the account holder associated with this payment method.void
setMethodDescription
(String methodDescription) Friendly name of the payment scheme or bank used for the payment.void
setMethodId
(String methodId) Numeric identifier of the payment scheme or bank used for the payment.void
The name of the account holder associated with this payment method.void
setPaymentDescriptor
(String paymentDescriptor) P24 generated payment description.
-
Constructor Details
-
P24
public P24()
-
-
Method Details
-
setCountryCode
The two-character ISO 3166-1 country code. -
setEmail
The email address of the account holder associated with this payment method. -
setMethodDescription
Friendly name of the payment scheme or bank used for the payment. -
setMethodId
Numeric identifier of the payment scheme or bank used for the payment. -
setName
The name of the account holder associated with this payment method. -
setPaymentDescriptor
P24 generated payment description. -
getCountryCode
The two-character ISO 3166-1 country code. -
getEmail
The email address of the account holder associated with this payment method. -
getMethodDescription
Friendly name of the payment scheme or bank used for the payment. -
getMethodId
Numeric identifier of the payment scheme or bank used for the payment. -
getName
The name of the account holder associated with this payment method. -
getPaymentDescriptor
P24 generated payment description.
-