Voucher Redeem

Type: object

ONBRDNG Schema for a voucher_redeem

Type: string

Voucher redeem identifier

Type: string

Payment for voucher redeem

Type: string

Voucher batch identifier

Type: enum (of string)

The voucher discount type.

Must be one of:

  • "percentage"
  • "amount"

Type: number

The voucher discount amount, either in price or precentage.

Type: stringFormat: date-time

Voucher create datetime. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date-time

Voucher redeemed datetime. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date-time

Valid from. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date-time

Valid to. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$