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