|
68 | 68 |
|
69 | 69 | /** |
70 | 70 | * @property-read AbandonedCheckout $AbandonedCheckout |
| 71 | + * @property-read ApplicationCharge $ApplicationCharge |
71 | 72 | * @property-read Blog $Blog |
72 | 73 | * @property-read CarrierService $CarrierService |
73 | 74 | * @property-read Collect $Collect |
|
81 | 82 | * @property-read Discount $Discount |
82 | 83 | * @property-read DiscountCode $DiscountCode |
83 | 84 | * @property-read DraftOrder $DraftOrder |
84 | | - * @property-read PriceRule $PriceRule |
85 | 85 | * @property-read Event $Event |
86 | 86 | * @property-read FulfillmentService $FulfillmentService |
87 | 87 | * @property-read GiftCard $GiftCard |
|
96 | 96 | * @property-read Product $Product |
97 | 97 | * @property-read ProductListing $ProductListing |
98 | 98 | * @property-read ProductVariant $ProductVariant |
| 99 | + * @property-read PriceRule $PriceRule |
99 | 100 | * @property-read RecurringApplicationCharge $RecurringApplicationCharge |
100 | 101 | * @property-read Redirect $Redirect |
| 102 | + * @property-read Report $Report |
101 | 103 | * @property-read ScriptTag $ScriptTag |
102 | 104 | * @property-read ShippingZone $ShippingZone |
103 | 105 | * @property-read Shop $Shop |
|
108 | 110 | * @property-read GraphQL $GraphQL |
109 | 111 | * |
110 | 112 | * @method AbandonedCheckout AbandonedCheckout(integer $id = null) |
| 113 | + * @method ApplicationCharge ApplicationCharge(integer $id = null) |
111 | 114 | * @method Blog Blog(integer $id = null) |
112 | 115 | * @method CarrierService CarrierService(integer $id = null) |
113 | 116 | * @method Collect Collect(integer $id = null) |
|
121 | 124 | * @method Discount Discount(integer $id = null) |
122 | 125 | * @method DraftOrder DraftOrder(integer $id = null) |
123 | 126 | * @method DiscountCode DiscountCode(integer $id = null) |
124 | | - * @method PriceRule PriceRule(integer $id = null) |
125 | 127 | * @method Event Event(integer $id = null) |
126 | 128 | * @method FulfillmentService FulfillmentService(integer $id = null) |
127 | 129 | * @method GiftCard GiftCard(integer $id = null) |
|
136 | 138 | * @method Product Product(integer $id = null) |
137 | 139 | * @method ProductListing ProductListing(integer $id = null) |
138 | 140 | * @method ProductVariant ProductVariant(integer $id = null) |
| 141 | + * @method PriceRule PriceRule(integer $id = null) |
139 | 142 | * @method RecurringApplicationCharge RecurringApplicationCharge(integer $id = null) |
140 | 143 | * @method Redirect Redirect(integer $id = null) |
| 144 | + * @method Report Report(integer $id = null) |
141 | 145 | * @method ScriptTag ScriptTag(integer $id = null) |
142 | 146 | * @method ShippingZone ShippingZone(integer $id = null) |
143 | 147 | * @method Shop Shop(integer $id = null) |
|
0 commit comments