BillingProfilePropertiesResponseIndirectRelationshipInfo

data class BillingProfilePropertiesResponseIndirectRelationshipInfo(val billingAccountName: String? = null, val billingProfileName: String? = null, val displayName: String? = null)

Identifies the billing profile that is linked to another billing profile in indirect purchase motion.

Constructors

constructor(billingAccountName: String? = null, billingProfileName: String? = null, displayName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The billing account name of the partner or the customer for an indirect motion.

Link copied to clipboard

The billing profile name of the partner or the customer for an indirect motion.

Link copied to clipboard
val displayName: String? = null

The display name of the partner or customer for an indirect motion.