public class GetSubscriptionResponse1PaymentInstrumentCard extends Object
| Constructor and Description |
|---|
GetSubscriptionResponse1PaymentInstrumentCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GetSubscriptionResponse1PaymentInstrumentCard |
expirationMonth(String expirationMonth) |
GetSubscriptionResponse1PaymentInstrumentCard |
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 masked customer's payment card number, also known as the Primary Account Number (PAN).
|
String |
getType()
Value that indicates the card type.
|
int |
hashCode() |
GetSubscriptionResponse1PaymentInstrumentCard |
number(String number) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setNumber(String number) |
void |
setType(String type) |
String |
toString() |
GetSubscriptionResponse1PaymentInstrumentCard |
type(String type) |
public GetSubscriptionResponse1PaymentInstrumentCard()
public GetSubscriptionResponse1PaymentInstrumentCard number(String number)
public String getNumber()
public void setNumber(String number)
public GetSubscriptionResponse1PaymentInstrumentCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public GetSubscriptionResponse1PaymentInstrumentCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public GetSubscriptionResponse1PaymentInstrumentCard type(String type)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.