AccountsShippingSettingsResource class
Constructors
- AccountsShippingSettingsResource.new(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
-
getShippingSettings(
String name, {String? $fields}) → Future< ShippingSettings> - Retrieve shipping setting information.
-
insert(
ShippingSettings request, String parent, {String? $fields}) → Future< ShippingSettings> - Replace the shipping setting of a business with the request shipping setting.
-
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