getCustomerRepricingConfig

Gets information about how a Reseller modifies their bill before sending it to a Customer. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * NOT_FOUND: The CustomerRepricingConfig was not found. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the CustomerRepricingConfig resource, otherwise returns an error.

Return

null

Parameters

argument

null


suspend fun getCustomerRepricingConfig(accountId: String, customerId: String, customerRepricingConfigId: String): GetCustomerRepricingConfigResult

Return

null

Parameters

accountId
customerId
customerRepricingConfigId

See also


Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudchannel.v1.kotlin.inputs.GetCustomerRepricingConfigPlainArgs.

See also