AccountsDeveloperRegistrationResource class

Constructors

AccountsDeveloperRegistrationResource.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

getDeveloperRegistration(String name, {String? $fields}) Future<DeveloperRegistration>
Retrieves a developer registration for a merchant.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerGcp(RegisterGcpRequest request, String name, {String? $fields}) Future<DeveloperRegistration>
Registers the GCP used for the API call to the shopping account passed in the request.
toString() String
A string representation of this object.
inherited
unregisterGcp(UnregisterGcpRequest request, String name, {String? $fields}) Future<Empty>
Unregister the calling GCP from the calling shopping account.

Operators

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