Sha256: 5714be0b502712811ab8960714368350d95b0458ec15edb9be20342bd4b1ab46

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

require "mws/orders/entity"

module MWS
  module Orders
    class PaymentExecutionDetailItem < Entity
      attribute(:payment) do
        money_at_xpath("Payment")
      end

      attribute(:payment_method) do
        text_at_xpath("PaymentMethod")
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mws-orders-0.2.1 lib/mws/orders/payment_execution_detail_item.rb
mws-orders-0.2.0 lib/mws/orders/payment_execution_detail_item.rb
mws-orders-0.1.1 lib/mws/orders/payment_execution_detail_item.rb
mws-orders-0.1.0 lib/mws/orders/payment_execution_detail_item.rb