Class SalesOrder

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class SalesOrder
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType

    Org.OData.Capabilities.V1.DeleteRestrictions

    Deletable = false

    Org.OData.Capabilities.V1.InsertRestrictions

    Insertable = false

    Org.OData.Capabilities.V1.UpdateRestrictions

    Updatable = true

    • Field Detail

      • billToCustomerId

        protected String billToCustomerId
      • billToCustomerNumber

        protected String billToCustomerNumber
      • billToName

        protected String billToName
      • currencyCode

        protected String currencyCode
      • currencyId

        protected String currencyId
      • customerId

        protected String customerId
      • customerName

        protected String customerName
      • customerNumber

        protected String customerNumber
      • discountAmount

        protected BigDecimal discountAmount
      • discountAppliedBeforeTax

        protected Boolean discountAppliedBeforeTax
      • email

        protected String email
      • externalDocumentNumber

        protected String externalDocumentNumber
      • fullyShipped

        protected Boolean fullyShipped
      • number

        protected String number
      • partialShipping

        protected Boolean partialShipping
      • paymentTermsId

        protected String paymentTermsId
      • phoneNumber

        protected String phoneNumber
      • pricesIncludeTax

        protected Boolean pricesIncludeTax
      • requestedDeliveryDate

        protected LocalDate requestedDeliveryDate
      • salesperson

        protected String salesperson
      • shipToContact

        protected String shipToContact
      • shipToName

        protected String shipToName
      • status

        protected String status
      • totalAmountExcludingTax

        protected BigDecimal totalAmountExcludingTax
      • totalAmountIncludingTax

        protected BigDecimal totalAmountIncludingTax
      • totalTaxAmount

        protected BigDecimal totalTaxAmount
    • Constructor Detail

      • SalesOrder

        protected SalesOrder()