ReturnpolicyResourceApi class
Constructors
- ReturnpolicyResourceApi(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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 - 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 non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited