View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AdjustDeveloperBalanceRequest (google_api_apigee v0.46.0)

Request for AdjustDeveloperBalance.

Attributes

  • adjustment (type: GoogleApi.Apigee.V1.Model.GoogleTypeMoney.t, default: nil) - A positive value of adjustment means that that the API provider wants to adjust the balance for an under-charged developer i.e. the balance of the developer will decrease. A negative value of adjustment means that that the API provider wants to adjust the balance for an over-charged developer i.e. the balance of the developer will increase.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AdjustDeveloperBalanceRequest{
    adjustment: GoogleApi.Apigee.V1.Model.GoogleTypeMoney.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.