OBJECT

OfferListing

OfferListing defines the charge model for a given listing.

link GraphQL Schema definition

1type OfferListing {
2
3# The conditions around a user's cancellation of their purchase (e.g. refund
4# policy).
5cancellationPolicy: CancellationPolicyType!
6
7# FIAT/non-FIAT based charge model OR 3P managed SKU.
8chargeModel: ChargeModel!
9
10}