Get Customer Repricing Config Plain Args
data class GetCustomerRepricingConfigPlainArgs(val accountId: String, val customerId: String, val customerRepricingConfigId: String) : ConvertibleToJava<GetCustomerRepricingConfigPlainArgs>
Constructors
Link copied to clipboard
fun GetCustomerRepricingConfigPlainArgs(accountId: String, customerId: String, customerRepricingConfigId: String)