ENUM

CancellationPolicyType

Describes the conditions around a user's cancellation of their purchase (e.g. refund policy).

link GraphQL Schema definition

1enum CancellationPolicyType {
2
3# The product is not refundable.
4NON_REFUNDABLE
5
6# The product is refundable.
7REFUNDABLE
8}