AccountsProgramsCheckoutSettingsResource class
Constructors
- AccountsProgramsCheckoutSettingsResource.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
-
create(
CheckoutSettings request, String parent, {String? $fields}) → Future< CheckoutSettings> -
Creates
CheckoutSettings
for the given merchant. -
deleteCheckoutSettings(
String name, {String? $fields}) → Future< Empty> -
Deletes
CheckoutSettings
and unenrolls merchant fromCheckout
program. -
getCheckoutSettings(
String name, {String? $fields}) → Future< CheckoutSettings> -
Gets
CheckoutSettings
for the given merchant. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCheckoutSettings(
CheckoutSettings request, String name, {String? updateMask, String? $fields}) → Future< CheckoutSettings> -
Updates
CheckoutSettings
for the given merchant.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited