Class CommonPaymentSource
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBic()
The bank identification code (BIC).The two-character ISO 3166-1 country code.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
The name of the account holder associated with this payment method.
-
Constructor Details
-
CommonPaymentSource
public CommonPaymentSource()
-
-
Method Details
-
setBic
The bank identification code (BIC). -
setCountryCode
The two-character ISO 3166-1 country code. -
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. -
getName
The name of the account holder associated with this payment method.
-