@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-08-26T18:32:32.437+05:30") public class Ptsv2paymentsidrefundsPaymentInformationCard extends Object
| Constructor and Description |
|---|
Ptsv2paymentsidrefundsPaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsidrefundsPaymentInformationCard |
accountEncoderId(String accountEncoderId) |
boolean |
equals(Object o) |
Ptsv2paymentsidrefundsPaymentInformationCard |
expirationMonth(String expirationMonth) |
Ptsv2paymentsidrefundsPaymentInformationCard |
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 payment 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()
The customer’s payment card number, also knows as the Primary Account Nunmber (PAN).
|
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()
Three-digit value that indicates the card type.
|
int |
hashCode() |
Ptsv2paymentsidrefundsPaymentInformationCard |
issueNumber(String issueNumber) |
Ptsv2paymentsidrefundsPaymentInformationCard |
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) |
Ptsv2paymentsidrefundsPaymentInformationCard |
startMonth(String startMonth) |
Ptsv2paymentsidrefundsPaymentInformationCard |
startYear(String startYear) |
String |
toString() |
Ptsv2paymentsidrefundsPaymentInformationCard |
type(String type) |
public Ptsv2paymentsidrefundsPaymentInformationCard()
public Ptsv2paymentsidrefundsPaymentInformationCard number(String number)
public String getNumber()
public void setNumber(String number)
public Ptsv2paymentsidrefundsPaymentInformationCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public Ptsv2paymentsidrefundsPaymentInformationCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public Ptsv2paymentsidrefundsPaymentInformationCard type(String type)
public String getType()
public void setType(String type)
public Ptsv2paymentsidrefundsPaymentInformationCard accountEncoderId(String accountEncoderId)
public String getAccountEncoderId()
public void setAccountEncoderId(String accountEncoderId)
public Ptsv2paymentsidrefundsPaymentInformationCard issueNumber(String issueNumber)
public String getIssueNumber()
public void setIssueNumber(String issueNumber)
public Ptsv2paymentsidrefundsPaymentInformationCard startMonth(String startMonth)
public String getStartMonth()
public void setStartMonth(String startMonth)
public Ptsv2paymentsidrefundsPaymentInformationCard startYear(String startYear)
public String getStartYear()
public void setStartYear(String startYear)
Copyright © 2019. All rights reserved.