ReturnpolicyResource class
Constructors
- ReturnpolicyResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
custombatch(
ReturnpolicyCustomBatchRequest request, {String? $fields}) → Future< ReturnpolicyCustomBatchResponse> - Batches multiple return policy related calls in a single request.
-
delete(
String merchantId, String returnPolicyId, {String? $fields}) → Future< void> - Deletes a return policy for the given Merchant Center account.
-
get(
String merchantId, String returnPolicyId, {String? $fields}) → Future< ReturnPolicy> - Gets a return policy of the Merchant Center account.
-
insert(
ReturnPolicy request, String merchantId, {String? $fields}) → Future< ReturnPolicy> - Inserts a return policy for the Merchant Center account.
-
list(
String merchantId, {String? $fields}) → Future< ReturnpolicyListResponse> - Lists the return policies of the Merchant Center account.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited