@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+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 payment 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 known as the Primary Account Number (PAN).
|
String |
getSourceAccountType()
Flag that specifies the type of account associated with the card.
|
String |
getSourceAccountTypeDetails()
Type of account that is being used when the value for the override_payment_method field is line of credit (LI) or prepaid card (PP).
|
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 |
setSourceAccountType(String sourceAccountType) |
void |
setSourceAccountTypeDetails(String sourceAccountTypeDetails) |
void |
setStartMonth(String startMonth) |
void |
setStartYear(String startYear) |
void |
setType(String type) |
Ptsv2paymentsidrefundsPaymentInformationCard |
sourceAccountType(String sourceAccountType) |
Ptsv2paymentsidrefundsPaymentInformationCard |
sourceAccountTypeDetails(String sourceAccountTypeDetails) |
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)
public Ptsv2paymentsidrefundsPaymentInformationCard sourceAccountType(String sourceAccountType)
public String getSourceAccountType()
public void setSourceAccountType(String sourceAccountType)
public Ptsv2paymentsidrefundsPaymentInformationCard sourceAccountTypeDetails(String sourceAccountTypeDetails)
public String getSourceAccountTypeDetails()
public void setSourceAccountTypeDetails(String sourceAccountTypeDetails)
Copyright © 2020. All rights reserved.