ExpiryDate
Expiration date, the month and the year.
JSON representation |
{
"expiryMonth": string,
"expiryYear": string
} |
Fields |
expiryMonth |
string
REQUIRED: Expiration month, formatted MM .
|
expiryYear |
string
REQUIRED: Expiration year, formatted YY .
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The expiration date is represented using JSON and requires both the month and year."],["`expiryMonth` and `expiryYear` fields are mandatory and should be formatted as `MM` and `YY`, respectively, representing the expiration month and year."]]],["The content describes a JSON representation for storing expiration dates. It requires two string fields: `expiryMonth` and `expiryYear`. `expiryMonth` represents the expiration month, formatted as `MM`. `expiryYear` indicates the expiration year, formatted as `YY`. Both fields are mandatory for proper representation of the expiration date within the JSON object.\n"]]