OBJECT

CalculateVouchersPayload

link GraphQL Schema definition

1type CalculateVouchersPayload {
2# All elements are always returned
3voucherResults: [CalculateVouchersResult!]!
4
5userErrors: [UserError!]!
6
7userWarnings: [UserWarning!]!
8
9}