GoogleCloudChannelV1ChangeOfferRequest class

Request message for CloudChannelService.ChangeOffer.

Constructors

GoogleCloudChannelV1ChangeOfferRequest({String? billingAccount, String? offer, List<GoogleCloudChannelV1Parameter>? parameters, String? purchaseOrderId, String? requestId})
GoogleCloudChannelV1ChangeOfferRequest.fromJson(Map json_)

Properties

billingAccount String?
The billing account resource name that is used to pay for this entitlement when setting up billing on a trial subscription.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offer String?
New Offer.
getter/setter pair
parameters List<GoogleCloudChannelV1Parameter>?
Parameters needed to purchase the Offer.
getter/setter pair
purchaseOrderId String?
Purchase order id provided by the reseller.
getter/setter pair
requestId String?
You can specify an optional unique request ID, and if you need to retry your request, the server will know to ignore the request if it's complete.
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