Uses of Class
Avalara.SDK.model.EInvoicing.V1.RequiredWhenField
-
Packages that use RequiredWhenField Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of RequiredWhenField in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return RequiredWhenField Modifier and Type Method Description static RequiredWhenFieldRequiredWhenField. fromJson(String jsonString)Create an instance of RequiredWhenField given an JSON stringRequiredWhenFieldRequiredWhenField. scenario(String scenario)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type RequiredWhenField Modifier and Type Method Description List<RequiredWhenField>ConditionalForField. getRequiredWhen()Array of scenarios which describe when a particular field is conditional for a country mandateMethods in Avalara.SDK.model.EInvoicing.V1 with parameters of type RequiredWhenField Modifier and Type Method Description ConditionalForFieldConditionalForField. addRequiredWhenItem(RequiredWhenField requiredWhenItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type RequiredWhenField Modifier and Type Method Description ConditionalForFieldConditionalForField. requiredWhen(List<RequiredWhenField> requiredWhen)voidConditionalForField. setRequiredWhen(List<RequiredWhenField> requiredWhen)
-