GoogleCloudPaymentsResellerSubscriptionV1ProductPayload class
Specifies product specific payload.
Constructors
- GoogleCloudPaymentsResellerSubscriptionV1ProductPayload.new({GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload? googleHomePayload, GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload? googleOnePayload, GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload? youtubePayload})
- GoogleCloudPaymentsResellerSubscriptionV1ProductPayload.fromJson(Map json_)
Properties
- googleHomePayload ↔ GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload?
-
Payload specific to Google Home products.
getter/setter pair
- googleOnePayload ↔ GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload?
-
Product-specific payloads.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- youtubePayload ↔ GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload?
-
Payload specific to Youtube products.
getter/setter pair
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