Uses of Enum
com.xero.models.accounting.Contact.PurchasesDefaultLineAmountTypeEnum
Packages that use Contact.PurchasesDefaultLineAmountTypeEnum
-
Uses of Contact.PurchasesDefaultLineAmountTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Contact.PurchasesDefaultLineAmountTypeEnumModifier and TypeMethodDescriptionfromValueContact.getPurchasesDefaultLineAmountType()The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.Returns the enum constant of this type with the specified name.Contact.PurchasesDefaultLineAmountTypeEnum.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.PurchasesDefaultLineAmountTypeEnumModifier and TypeMethodDescriptionContact.purchasesDefaultLineAmountType(Contact.PurchasesDefaultLineAmountTypeEnum purchasesDefaultLineAmountType) The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.voidContact.setPurchasesDefaultLineAmountType(Contact.PurchasesDefaultLineAmountTypeEnum purchasesDefaultLineAmountType) The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.