@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-08-26T18:32:32.437+05:30") public class PaymentInstrumentCard extends Object
| Constructor and Description |
|---|
PaymentInstrumentCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PaymentInstrumentCard |
expirationMonth(String expirationMonth) |
PaymentInstrumentCard |
expirationYear(String expirationYear) |
String |
getExpirationMonth()
Two-digit month in which the credit card expires.
|
String |
getExpirationYear()
Four-digit year in which the credit card expires.
|
String |
getIssueNumber()
Number of times a Maestro (UK Domestic) card has been issued to the account holder.
|
String |
getStartMonth()
Month of the start of the Maestro (UK Domestic) card validity period.
|
String |
getStartYear()
Year of the start of the Maestro (UK Domestic) card validity period.
|
String |
getType()
Type of credit card.
|
String |
getUseAs()
Card Use As Field.
|
int |
hashCode() |
PaymentInstrumentCard |
issueNumber(String issueNumber) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setIssueNumber(String issueNumber) |
void |
setStartMonth(String startMonth) |
void |
setStartYear(String startYear) |
void |
setType(String type) |
void |
setUseAs(String useAs) |
PaymentInstrumentCard |
startMonth(String startMonth) |
PaymentInstrumentCard |
startYear(String startYear) |
String |
toString() |
PaymentInstrumentCard |
type(String type) |
PaymentInstrumentCard |
useAs(String useAs) |
public PaymentInstrumentCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public PaymentInstrumentCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public PaymentInstrumentCard type(String type)
public String getType()
public void setType(String type)
public PaymentInstrumentCard issueNumber(String issueNumber)
public String getIssueNumber()
public void setIssueNumber(String issueNumber)
public PaymentInstrumentCard startMonth(String startMonth)
public String getStartMonth()
public void setStartMonth(String startMonth)
public PaymentInstrumentCard startYear(String startYear)
public String getStartYear()
public void setStartYear(String startYear)
public PaymentInstrumentCard useAs(String useAs)
public String getUseAs()
public void setUseAs(String useAs)
Copyright © 2019. All rights reserved.