public interface BasicCreditCardInfo
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Modifier and Type | Method and Description |
---|---|
double |
getAmount()
Returns the amount
|
Address |
getBillingAddress()
Returns the billingAddress
|
java.lang.String |
getCreditCardNumber()
Returns the creditCardNumber
|
java.lang.String |
getCreditCardType()
Returns the creditCardType
|
java.lang.String |
getCurrencyCode()
Returns the currencyCode
|
java.lang.String |
getExpirationDayOfMonth()
Returns the expirationDayOfMonth
|
java.lang.String |
getExpirationMonth()
Returns the expirationMonth
|
java.lang.String |
getExpirationYear()
Returns the expirationYear
|
java.lang.String |
getPaymentId()
Returns the payment id
|
static final java.lang.String CLASS_VERSION
java.lang.String getPaymentId()
double getAmount()
java.lang.String getCreditCardNumber()
java.lang.String getCreditCardType()
java.lang.String getExpirationMonth()
java.lang.String getExpirationDayOfMonth()
java.lang.String getExpirationYear()
java.lang.String getCurrencyCode()
Address getBillingAddress()