Uses of Enum
com.xero.models.accounting.Contact.SalesDefaultLineAmountTypeEnum
Packages that use Contact.SalesDefaultLineAmountTypeEnum
-
Uses of Contact.SalesDefaultLineAmountTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Contact.SalesDefaultLineAmountTypeEnumModifier and TypeMethodDescriptionfromValueContact.getSalesDefaultLineAmountType()The default sales line amount type for a contact.Returns the enum constant of this type with the specified name.Contact.SalesDefaultLineAmountTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Contact.SalesDefaultLineAmountTypeEnumModifier and TypeMethodDescriptionContact.salesDefaultLineAmountType(Contact.SalesDefaultLineAmountTypeEnum salesDefaultLineAmountType) The default sales line amount type for a contact.voidContact.setSalesDefaultLineAmountType(Contact.SalesDefaultLineAmountTypeEnum salesDefaultLineAmountType) The default sales line amount type for a contact.