BuyOnGoogleProgramStatus class

Response message for the GetProgramStatus method.

Constructors

BuyOnGoogleProgramStatus({List<String>? businessModel, String? customerServicePendingEmail, String? customerServicePendingPhoneNumber, String? customerServicePendingPhoneRegionCode, String? customerServiceVerifiedEmail, String? customerServiceVerifiedPhoneNumber, String? customerServiceVerifiedPhoneRegionCode, String? onlineSalesChannel, String? participationStage})
BuyOnGoogleProgramStatus.fromJson(Map json_)

Properties

businessModel List<String>?
The business models in which merchant participates.
getter/setter pair
customerServicePendingEmail String?
The customer service pending email.
getter/setter pair
customerServicePendingPhoneNumber String?
The pending phone number specified for BuyOnGoogle program.
getter/setter pair
customerServicePendingPhoneRegionCode String?
Two letter country code for the pending phone number, for example CA for Canadian numbers.
getter/setter pair
customerServiceVerifiedEmail String?
The customer service verified email.
getter/setter pair
customerServiceVerifiedPhoneNumber String?
The verified phone number specified for BuyOnGoogle program.
getter/setter pair
customerServiceVerifiedPhoneRegionCode String?
Two letter country code for the verified phone number, for example CA for Canadian numbers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onlineSalesChannel String?
The channels through which the merchant is selling. Possible string values are:
getter/setter pair
participationStage String?
The current participation stage for the program.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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