@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CreditCardInformation extends Object
| Constructor and Description |
|---|
CreditCardInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AddressInformation |
getAddress() |
String |
getCardNumber()
The number on the credit card.
|
String |
getCardType()
The credit card type.
|
String |
getExpirationMonth()
The month that the credit card expires (1-12).
|
String |
getExpirationYear()
The year 4 digit year in which the credit card expires.
|
String |
getNameOnCard()
The exact name printed on the credit card.
|
int |
hashCode() |
void |
setAddress(AddressInformation address) |
void |
setCardNumber(String cardNumber) |
void |
setCardType(String cardType) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setNameOnCard(String nameOnCard) |
String |
toString() |
public AddressInformation getAddress()
public void setAddress(AddressInformation address)
public String getCardNumber()
The number on the credit card.
public void setCardNumber(String cardNumber)
public String getCardType()
The credit card type. Valid values are: visa, mastercard, or amex.
public void setCardType(String cardType)
public String getExpirationMonth()
The month that the credit card expires (1-12).
public void setExpirationMonth(String expirationMonth)
public String getExpirationYear()
The year 4 digit year in which the credit card expires.
public void setExpirationYear(String expirationYear)
public String getNameOnCard()
The exact name printed on the credit card.
public void setNameOnCard(String nameOnCard)
Copyright © 2017. All Rights Reserved.