@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2002PaymentInformationCard extends Object
| Constructor and Description |
|---|
InlineResponse2002PaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InlineResponse2002PaymentInformationCard |
expirationMonth(String expirationMonth) |
InlineResponse2002PaymentInformationCard |
expirationYear(String expirationYear) |
String |
getExpirationMonth()
Two-digit month in which the credit card expires.Possible values: 01 through 12.
|
String |
getExpirationYear()
Four-digit year in which the credit card expires.
|
String |
getSuffix()
Last four digits of the cardholder's account number.
|
String |
getType()
Type of card to authorize.
|
int |
hashCode() |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setSuffix(String suffix) |
void |
setType(String type) |
InlineResponse2002PaymentInformationCard |
suffix(String suffix) |
String |
toString() |
InlineResponse2002PaymentInformationCard |
type(String type) |
public InlineResponse2002PaymentInformationCard()
public InlineResponse2002PaymentInformationCard suffix(String suffix)
public String getSuffix()
public void setSuffix(String suffix)
public InlineResponse2002PaymentInformationCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public InlineResponse2002PaymentInformationCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public InlineResponse2002PaymentInformationCard type(String type)
public String getType()
public void setType(String type)
Copyright © 2018. All rights reserved.