@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsPaymentInformationCard extends Object
| Constructor and Description |
|---|
Ptsv2paymentsPaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsPaymentInformationCard |
accountEncoderId(String accountEncoderId) |
boolean |
equals(Object o) |
Ptsv2paymentsPaymentInformationCard |
expirationMonth(String expirationMonth) |
Ptsv2paymentsPaymentInformationCard |
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 |
getProductName()
Name of the card product.
|
String |
getSecurityCode()
Card Verification Number.
|
String |
getSecurityCodeIndicator()
Indicates whether a CVN code was sent.
|
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.
|
String |
getUseAs()
Flag that specifies the type of account associated with the card.
|
int |
hashCode() |
Ptsv2paymentsPaymentInformationCard |
issueNumber(String issueNumber) |
Ptsv2paymentsPaymentInformationCard |
number(String number) |
Ptsv2paymentsPaymentInformationCard |
productName(String productName) |
Ptsv2paymentsPaymentInformationCard |
securityCode(String securityCode) |
Ptsv2paymentsPaymentInformationCard |
securityCodeIndicator(String securityCodeIndicator) |
void |
setAccountEncoderId(String accountEncoderId) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setIssueNumber(String issueNumber) |
void |
setNumber(String number) |
void |
setProductName(String productName) |
void |
setSecurityCode(String securityCode) |
void |
setSecurityCodeIndicator(String securityCodeIndicator) |
void |
setSourceAccountType(String sourceAccountType) |
void |
setSourceAccountTypeDetails(String sourceAccountTypeDetails) |
void |
setStartMonth(String startMonth) |
void |
setStartYear(String startYear) |
void |
setType(String type) |
void |
setUseAs(String useAs) |
Ptsv2paymentsPaymentInformationCard |
sourceAccountType(String sourceAccountType) |
Ptsv2paymentsPaymentInformationCard |
sourceAccountTypeDetails(String sourceAccountTypeDetails) |
Ptsv2paymentsPaymentInformationCard |
startMonth(String startMonth) |
Ptsv2paymentsPaymentInformationCard |
startYear(String startYear) |
String |
toString() |
Ptsv2paymentsPaymentInformationCard |
type(String type) |
Ptsv2paymentsPaymentInformationCard |
useAs(String useAs) |
public Ptsv2paymentsPaymentInformationCard number(String number)
public String getNumber()
public void setNumber(String number)
public Ptsv2paymentsPaymentInformationCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public Ptsv2paymentsPaymentInformationCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public Ptsv2paymentsPaymentInformationCard type(String type)
public String getType()
public void setType(String type)
public Ptsv2paymentsPaymentInformationCard useAs(String useAs)
public String getUseAs()
public void setUseAs(String useAs)
public Ptsv2paymentsPaymentInformationCard sourceAccountType(String sourceAccountType)
public String getSourceAccountType()
public void setSourceAccountType(String sourceAccountType)
public Ptsv2paymentsPaymentInformationCard sourceAccountTypeDetails(String sourceAccountTypeDetails)
public String getSourceAccountTypeDetails()
public void setSourceAccountTypeDetails(String sourceAccountTypeDetails)
public Ptsv2paymentsPaymentInformationCard securityCode(String securityCode)
public String getSecurityCode()
public void setSecurityCode(String securityCode)
public Ptsv2paymentsPaymentInformationCard securityCodeIndicator(String securityCodeIndicator)
public String getSecurityCodeIndicator()
public void setSecurityCodeIndicator(String securityCodeIndicator)
public Ptsv2paymentsPaymentInformationCard accountEncoderId(String accountEncoderId)
public String getAccountEncoderId()
public void setAccountEncoderId(String accountEncoderId)
public Ptsv2paymentsPaymentInformationCard issueNumber(String issueNumber)
public String getIssueNumber()
public void setIssueNumber(String issueNumber)
public Ptsv2paymentsPaymentInformationCard startMonth(String startMonth)
public String getStartMonth()
public void setStartMonth(String startMonth)
public Ptsv2paymentsPaymentInformationCard startYear(String startYear)
public String getStartYear()
public void setStartYear(String startYear)
public Ptsv2paymentsPaymentInformationCard productName(String productName)
public String getProductName()
public void setProductName(String productName)
Copyright © 2020. All rights reserved.