Billing Profile Properties Args
data class BillingProfilePropertiesArgs(val billTo: Output<BillingProfilePropertiesBillToArgs>? = null, val currentPaymentTerm: Output<BillingProfilePropertiesCurrentPaymentTermArgs>? = null, val displayName: Output<String>? = null, val enabledAzurePlans: Output<List<AzurePlanArgs>>? = null, val indirectRelationshipInfo: Output<BillingProfilePropertiesIndirectRelationshipInfoArgs>? = null, val invoiceEmailOptIn: Output<Boolean>? = null, val invoiceRecipients: Output<List<String>>? = null, val poNumber: Output<String>? = null, val shipTo: Output<BillingProfilePropertiesShipToArgs>? = null, val soldTo: Output<BillingProfilePropertiesSoldToArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BillingProfilePropertiesArgs>
A billing profile.
Constructors
Link copied to clipboard
constructor(billTo: Output<BillingProfilePropertiesBillToArgs>? = null, currentPaymentTerm: Output<BillingProfilePropertiesCurrentPaymentTermArgs>? = null, displayName: Output<String>? = null, enabledAzurePlans: Output<List<AzurePlanArgs>>? = null, indirectRelationshipInfo: Output<BillingProfilePropertiesIndirectRelationshipInfoArgs>? = null, invoiceEmailOptIn: Output<Boolean>? = null, invoiceRecipients: Output<List<String>>? = null, poNumber: Output<String>? = null, shipTo: Output<BillingProfilePropertiesShipToArgs>? = null, soldTo: Output<BillingProfilePropertiesSoldToArgs>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Billing address.
Link copied to clipboard
The current payment term of the billing profile.
Link copied to clipboard
The name of the billing profile.
Link copied to clipboard
Information about the enabled azure plans.
Link copied to clipboard
Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
Link copied to clipboard
Flag controlling whether the invoices for the billing profile are sent through email.
Link copied to clipboard
The list of email addresses to receive invoices by email for the billing profile.
Link copied to clipboard
The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
Link copied to clipboard
The address of the individual or organization that is responsible for the billing account.