query: {
    marketplaceCheckoutSignablePayloads: {
        amount: boolean;
        document: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        offer_id: boolean;
        order_hash: boolean;
        package_id: boolean;
    };
} = ...

Type declaration

  • marketplaceCheckoutSignablePayloads: {
        amount: boolean;
        document: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        offer_id: boolean;
        order_hash: boolean;
        package_id: boolean;
    }
    • amount: boolean
    • document: {
          binary: boolean;
          full_title: boolean;
          hash: boolean;
          html: boolean;
          meta: boolean;
      }
      • binary: boolean
      • full_title: boolean
      • hash: boolean
      • html: boolean
      • meta: boolean
    • offer_id: boolean
    • order_hash: boolean
    • package_id: boolean