public interface CreditCardIf
Modifier and Type | Method and Description |
---|---|
int |
getAddressId()
An address associated with the card
|
java.lang.String |
getCcCVV()
The CVV which is not persisted in the database
|
java.lang.String |
getCcExpires()
Expiry normally in format mm/yy
|
int |
getCcExpiryMonth()
Expiry month (1 - 12).
|
int |
getCcExpiryYear()
Expiry year.
|
java.lang.String |
getCcIdentifier()
An identifier that can be used to refer to a credit card that may be stored by a payment
gateway
|
java.lang.String |
getCcImage()
An image displayed with the card
|
java.lang.String |
getCcNumber()
The credit card number.
|
java.lang.String |
getCcOwner()
The credit card owner
|
java.lang.String |
getCcType()
The credit card type
|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
int |
getCustomerId()
The id of the customer associated with the card
|
java.lang.String |
getFormattedAddress()
String containing the formatted address of the address associated with the card
|
int |
getId()
The numeric unique id of the credit card object
|
void |
setAddressId(int addressId)
String containing the formatted address of the address associated with the card An address
associated with the card
|
void |
setCcCVV(java.lang.String ccCVV)
The CVV which is not persisted in the database
|
void |
setCcExpires(java.lang.String ccExpires)
Expiry normally in format mm/yy
|
void |
setCcExpiryMonth(int ccExpiryMonth)
Expiry month (1 - 12).
|
void |
setCcExpiryYear(int ccExpiryYear)
Expiry year.
|
void |
setCcIdentifier(java.lang.String ccIdentifier)
An identifier that can be used to refer to a credit card that may be stored by a payment
gateway
|
void |
setCcImage(java.lang.String ccImage)
An image displayed with the card
|
void |
setCcNumber(java.lang.String ccNumber)
The credit card number.
|
void |
setCcOwner(java.lang.String ccOwner)
The credit card owner
|
void |
setCcType(java.lang.String ccType)
The credit card type
|
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setCustomerId(int customerId)
The id of the customer associated with the card
|
void |
setFormattedAddress(java.lang.String formattedAddress) |
void |
setId(int id)
The numeric unique id of the credit card object
|
int getId()
void setId(int id)
id
- the id to setjava.lang.String getCcType()
void setCcType(java.lang.String ccType)
ccType
- the ccType to setjava.lang.String getCcOwner()
void setCcOwner(java.lang.String ccOwner)
ccOwner
- the ccOwner to setjava.lang.String getCcNumber()
void setCcNumber(java.lang.String ccNumber)
ccNumber
- the ccNumber to setjava.lang.String getCcExpires()
void setCcExpires(java.lang.String ccExpires)
ccExpires
- the ccExpires to setint getCcExpiryMonth()
void setCcExpiryMonth(int ccExpiryMonth)
ccExpiryMonth
- the ccExpiryMonth to setint getCcExpiryYear()
void setCcExpiryYear(int ccExpiryYear)
ccExpiryYear
- the ccExpiryYear to setjava.lang.String getCcCVV()
void setCcCVV(java.lang.String ccCVV)
ccCVV
- the ccCVV to setjava.lang.String getCcIdentifier()
void setCcIdentifier(java.lang.String ccIdentifier)
ccIdentifier
- the ccIdentifier to setint getAddressId()
void setAddressId(int addressId)
addressId
- the addressId to setjava.lang.String getFormattedAddress()
void setFormattedAddress(java.lang.String formattedAddress)
formattedAddress
- the formattedAddress to setint getCustomerId()
void setCustomerId(int customerId)
customerId
- the customerId to setjava.lang.String getCcImage()
void setCcImage(java.lang.String ccImage)
ccImage
- the ccImage to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setjava.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setCopyright © 2018 DS Data Systems UK Ltd.