ReturnaddressResource class

Constructors

ReturnaddressResource(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(ReturnaddressCustomBatchRequest request, {String? $fields}) Future<ReturnaddressCustomBatchResponse>
Batches multiple return address related calls in a single request.
delete(String merchantId, String returnAddressId, {String? $fields}) Future<void>
Deletes a return address for the given Merchant Center account.
get(String merchantId, String returnAddressId, {String? $fields}) Future<ReturnAddress>
Gets a return address of the Merchant Center account.
insert(ReturnAddress request, String merchantId, {String? $fields}) Future<ReturnAddress>
Inserts a return address for the Merchant Center account.
list(String merchantId, {String? country, int? maxResults, String? pageToken, String? $fields}) Future<ReturnaddressListResponse>
Lists the return addresses 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