InvoiceUnitRuleArgs

data class InvoiceUnitRuleArgs(val linkedAccounts: Output<List<String>>) : ConvertibleToJava<InvoiceUnitRuleArgs>

Constructors

Link copied to clipboard
constructor(linkedAccounts: Output<List<String>>)

Properties

Link copied to clipboard
val linkedAccounts: Output<List<String>>

The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

Functions

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