ReturnpolicyonlineResource class

Constructors

ReturnpolicyonlineResource(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

create(ReturnPolicyOnline request, String merchantId, {String? $fields}) Future<ReturnPolicyOnline>
Creates a new return policy.
delete(String merchantId, String returnPolicyId, {String? $fields}) Future<void>
Deletes an existing return policy.
get(String merchantId, String returnPolicyId, {String? $fields}) Future<ReturnPolicyOnline>
Gets an existing return policy.
list(String merchantId, {String? $fields}) Future<ListReturnPolicyOnlineResponse>
Lists all existing return policies.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ReturnPolicyOnline request, String merchantId, String returnPolicyId, {String? $fields}) Future<ReturnPolicyOnline>
Updates an existing return policy.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited