@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2payoutsPaymentInformationCard extends Object
| Constructor and Description |
|---|
Ptsv2payoutsPaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Ptsv2payoutsPaymentInformationCard |
expirationMonth(String expirationMonth) |
Ptsv2payoutsPaymentInformationCard |
expirationYear(String expirationYear) |
String |
getExpirationMonth()
Two-digit month in which the payment card expires.
|
String |
getExpirationYear()
Four-digit year in which the payment card expires.
|
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 |
getType()
Three-digit value that indicates the card type.
|
int |
hashCode() |
Ptsv2payoutsPaymentInformationCard |
number(String number) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setNumber(String number) |
void |
setSourceAccountType(String sourceAccountType) |
void |
setType(String type) |
Ptsv2payoutsPaymentInformationCard |
sourceAccountType(String sourceAccountType) |
String |
toString() |
Ptsv2payoutsPaymentInformationCard |
type(String type) |
public Ptsv2payoutsPaymentInformationCard type(String type)
public String getType()
public void setType(String type)
public Ptsv2payoutsPaymentInformationCard number(String number)
public String getNumber()
public void setNumber(String number)
public Ptsv2payoutsPaymentInformationCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public Ptsv2payoutsPaymentInformationCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public Ptsv2payoutsPaymentInformationCard sourceAccountType(String sourceAccountType)
public String getSourceAccountType()
public void setSourceAccountType(String sourceAccountType)
Copyright © 2020. All rights reserved.