Struct google_reseller1_sandbox::ChangePlanRequest [] [src]

pub struct ChangePlanRequest {
    pub plan_name: Option<String>,
    pub deal_code: Option<String>,
    pub kind: Option<String>,
    pub purchase_order_id: Option<String>,
    pub seats: Option<Seats>,
}

JSON template for the ChangePlan rpc request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Name of the plan to change to.

External name of the deal code applicable for the subscription. This field is optional. If missing, the deal price plan won't be used.

Identifies the resource as a subscription change plan request.

Purchase order id for your order tracking purposes.

Number/Limit of seats in the new plan.

Trait Implementations

impl Debug for ChangePlanRequest
[src]

Formats the value using the given formatter.

impl Clone for ChangePlanRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChangePlanRequest
[src]

Returns the "default value" for a type. Read more

impl RequestValue for ChangePlanRequest
[src]