ExpireDateInput
ExpireDateInput represents a month/year expiry combination.
monthinteger<int32>
Expiry month expressed from 1 to 12.
yearinteger<int32>
Expiry year expressed with four digits.
ExpireDateInput
{
"month": 0,
"year": 0
}
ExpireDateInput represents a month/year expiry combination.
Expiry month expressed from 1 to 12.
Expiry year expressed with four digits.
{
"month": 0,
"year": 0
}