Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 575 Bytes

File metadata and controls

34 lines (22 loc) · 575 Bytes

AccountingCompanySourceValueUnion

Supported Types

Str

AccountingCompanySourceValueUnion.CreateStr(/* values here */);

Number

AccountingCompanySourceValueUnion.CreateNumber(/* values here */);

Boolean

AccountingCompanySourceValueUnion.CreateBoolean(/* values here */);

AccountingCompanySourceValue

AccountingCompanySourceValueUnion.CreateAccountingCompanySourceValue(/* values here */);

ArrayOfAny

AccountingCompanySourceValueUnion.CreateArrayOfAny(/* values here */);