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.voidThe bank identification code (BIC).voidsetCountryCode(String countryCode) The two-character ISO 3166-1 country code.voidThe 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.
-