View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ChannelPartnerRepricingConfig (google_api_cloud_channel v0.6.1)
Configuration for how a distributor will rebill a channel partner (also known as a distributor-authorized reseller).
Attributes
-
name
(type:String.t
, default:nil
) - Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{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 ChannelPartner. -
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.GoogleCloudChannelV1ChannelPartnerRepricingConfig{ 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.