BuyongoogleprogramsResource class

Constructors

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

activate(ActivateBuyOnGoogleProgramRequest request, String merchantId, String regionCode, {String? $fields}) Future<void>
Reactivates the BoG program in your Merchant Center account.
get(String merchantId, String regionCode, {String? $fields}) Future<BuyOnGoogleProgramStatus>
Retrieves a status of the BoG program for your Merchant Center account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onboard(OnboardBuyOnGoogleProgramRequest request, String merchantId, String regionCode, {String? $fields}) Future<void>
Onboards the BoG program in your Merchant Center account.
patch(BuyOnGoogleProgramStatus request, String merchantId, String regionCode, {String? updateMask, String? $fields}) Future<BuyOnGoogleProgramStatus>
Updates the status of the BoG program for your Merchant Center account.
pause(PauseBuyOnGoogleProgramRequest request, String merchantId, String regionCode, {String? $fields}) Future<void>
Pauses the BoG program in your Merchant Center account.
requestreview(RequestReviewBuyOnGoogleProgramRequest request, String merchantId, String regionCode, {String? $fields}) Future<void>
Requests review and then activates the BoG program in your Merchant Center account for the first time.
toString() String
A string representation of this object.
inherited

Operators

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