StorefrontGiftCardDto
balanceintegerRequired
codestringRequired
starting_balanceintegerRequired
expires_atstringOptional
Example
{
"balance": 0,
"code": "string",
"starting_balance": 0,
"expires_at": "2024-01-01T00:00:00Z"
}{
"balance": 0,
"code": "string",
"starting_balance": 0,
"expires_at": "2024-01-01T00:00:00Z"
}