Sha256: 65b36483e425caacf6e461dcd854f78e588acfef2da671bcd965fa531903a471

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 Bytes

Contents

module AmoCRM::Entities
  class CustomerOrderPosition < Base
    include HappyMapper
    include XmlFix

    tag 'customerOrderPosition'

    attribute :vat,       Integer
    attribute :goodUuid,  String
    attribute :consignmentUuid, String
    attribute :quantity,  Float
    attribute :discount,  Float
    attribute :consignmentUuid, String

    element :deleted,   Time

    element :basePrice, AmoCRM::Entities::Price, tag: :basePrice
    element :price,     AmoCRM::Entities::Price, tag: :price
    element :reserve,   Float
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amo_crm-0.2.2 lib/amo_crm/entities/customer_order_position.rb