@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsidrefundsPaymentInformationCard extends Object
| Constructor and Description |
|---|
V2paymentsidrefundsPaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
V2paymentsidrefundsPaymentInformationCard |
accountEncoderId(String accountEncoderId) |
boolean |
equals(Object o) |
V2paymentsidrefundsPaymentInformationCard |
expirationMonth(String expirationMonth) |
V2paymentsidrefundsPaymentInformationCard |
expirationYear(String expirationYear) |
String |
getAccountEncoderId()
Identifier for the issuing bank that provided the customer’s encoded account number.
|
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 |
getNumber()
Customer’s credit card number.
|
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 card to authorize.
|
int |
hashCode() |
V2paymentsidrefundsPaymentInformationCard |
issueNumber(String issueNumber) |
V2paymentsidrefundsPaymentInformationCard |
number(String number) |
void |
setAccountEncoderId(String accountEncoderId) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setIssueNumber(String issueNumber) |
void |
setNumber(String number) |
void |
setStartMonth(String startMonth) |
void |
setStartYear(String startYear) |
void |
setType(String type) |
V2paymentsidrefundsPaymentInformationCard |
startMonth(String startMonth) |
V2paymentsidrefundsPaymentInformationCard |
startYear(String startYear) |
String |
toString() |
V2paymentsidrefundsPaymentInformationCard |
type(String type) |
public V2paymentsidrefundsPaymentInformationCard()
public V2paymentsidrefundsPaymentInformationCard number(String number)
public String getNumber()
public void setNumber(String number)
public V2paymentsidrefundsPaymentInformationCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public V2paymentsidrefundsPaymentInformationCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public V2paymentsidrefundsPaymentInformationCard type(String type)
public String getType()
public void setType(String type)
public V2paymentsidrefundsPaymentInformationCard accountEncoderId(String accountEncoderId)
public String getAccountEncoderId()
public void setAccountEncoderId(String accountEncoderId)
public V2paymentsidrefundsPaymentInformationCard issueNumber(String issueNumber)
public String getIssueNumber()
public void setIssueNumber(String issueNumber)
public V2paymentsidrefundsPaymentInformationCard startMonth(String startMonth)
public String getStartMonth()
public void setStartMonth(String startMonth)
public V2paymentsidrefundsPaymentInformationCard startYear(String startYear)
public String getStartYear()
public void setStartYear(String startYear)
Copyright © 2018. All rights reserved.