public class InlineResponse2011Card extends Object
| Constructor | Description |
|---|---|
InlineResponse2011Card() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
InlineResponse2011Card |
expirationMonth(String expirationMonth) |
|
InlineResponse2011Card |
expirationYear(String expirationYear) |
|
String |
getExpirationMonth() |
Two-digit month in which the payment card expires.
|
String |
getExpirationYear() |
Four-digit year in which the credit card expires.
|
String |
getNumber() |
The customer's payment card number, also known as the Primary Account Number (PAN).
|
String |
getType() |
Value that indicates the card type.
|
int |
hashCode() |
|
InlineResponse2011Card |
number(String number) |
|
void |
setExpirationMonth(String expirationMonth) |
|
void |
setExpirationYear(String expirationYear) |
|
void |
setNumber(String number) |
|
void |
setType(String type) |
|
String |
toString() |
|
InlineResponse2011Card |
type(String type) |
public InlineResponse2011Card number(String number)
public String getNumber()
public void setNumber(String number)
public InlineResponse2011Card expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public InlineResponse2011Card expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public InlineResponse2011Card type(String type)
public String getType()
public void setType(String type)
Copyright © 2026. All rights reserved.