get Customer Repricing Config
suspend fun getCustomerRepricingConfig(argument: GetCustomerRepricingConfigPlainArgs): GetCustomerRepricingConfigResult
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
account Id
customer Id
customer Repricing Config Id
See also
suspend fun getCustomerRepricingConfig(argument: suspend GetCustomerRepricingConfigPlainArgsBuilder.() -> Unit): GetCustomerRepricingConfigResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.cloudchannel.v1.kotlin.inputs.GetCustomerRepricingConfigPlainArgs.