public final class CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Number |
expMonth |
Card expiration month
|
Number |
expYear |
Card expiration year
|
String |
last4 |
Card last four digits
|
String |
type |
Card type
|
| Constructor | Description |
|---|---|
CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard() |
| Modifier and Type | Method | Description |
|---|---|---|
Number |
getExpMonth() |
Get Card expiration month
|
Number |
getExpYear() |
Get Card expiration year
|
String |
getLast4() |
Get Card last four digits
|
String |
getType() |
Get Card type
|
String |
toString() |
getOtherPropertiespublic String type
public String last4
public Number expYear
public Number expMonth
public CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard()
public final String getType()
public final String getLast4()
public final Number getExpYear()
public final Number getExpMonth()
Copyright © 2021. All rights reserved.