Class CommonPaymentSource
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
-
-
Constructor Summary
Constructors Constructor Description CommonPaymentSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBic()
The bank identification code (BIC).String
getCountryCode()
The two-character ISO 3166-1 country code.String
getName()
The name of the account holder associated with this payment method.void
setBic(String bic)
The bank identification code (BIC).void
setCountryCode(String countryCode)
The two-character ISO 3166-1 country code.void
setName(String name)
The name of the account holder associated with this payment method.
-
-
-
Method Detail
-
setBic
public void setBic(String bic)
The bank identification code (BIC).
-
setCountryCode
public void setCountryCode(String countryCode)
The two-character ISO 3166-1 country code.
-
setName
public void setName(String name)
The name of the account holder associated with this payment method.
-
getBic
public String getBic()
The bank identification code (BIC).
-
getCountryCode
public String getCountryCode()
The two-character ISO 3166-1 country code.
-
getName
public String getName()
The name of the account holder associated with this payment method.
-
-