DiscountSender
Discount sender information
customerIdstring
Wallet customer identifier.
accountIdstring
The account where the money gets debited from.
currencyCurrency (string)
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
Example:
EURDiscountSender
{
"customerId": "string",
"accountId": "string",
"currency": "EUR"
}