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 StringgetBic()The bank identification code (BIC).StringgetCountryCode()The two-character ISO 3166-1 country code.StringgetName()The name of the account holder associated with this payment method.voidsetBic(String bic)The bank identification code (BIC).voidsetCountryCode(String countryCode)The two-character ISO 3166-1 country code.voidsetName(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.
-
-