View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CustomerRepricingConfig (google_api_cloud_channel v0.7.0)
Configuration for how a reseller will reprice a Customer.
Attributes
-
name
(type:String.t
, default:nil
) - Output only. Resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}. -
repricingConfig
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingConfig.t
, default:nil
) - Required. The configuration for bill modifications made by a reseller before sending it to customers. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp of an update to the repricing rule. Ifupdate_time
is after RepricingConfig.effective_invoice_month then it indicates this was set mid-month.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CustomerRepricingConfig{ name: String.t() | nil, repricingConfig: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingConfig.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.