BillingProfilePropertiesIndirectRelationshipInfoArgs

data class BillingProfilePropertiesIndirectRelationshipInfoArgs(val billingAccountName: Output<String>? = null, val billingProfileName: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<BillingProfilePropertiesIndirectRelationshipInfoArgs>

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

Constructors

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

Properties

Link copied to clipboard
val billingAccountName: Output<String>? = null

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

Link copied to clipboard
val billingProfileName: Output<String>? = null

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

Link copied to clipboard
val displayName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BillingProfilePropertiesIndirectRelationshipInfoArgs