Billing Profile Properties Args
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)