Sha256: 73bad40c6e5f1298a27cc814163c3f58d7f0d6d4e722b8ee4da369da24cdbdf9
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true require 'mws/orders/entity' module MWS module Orders # https://docs.developer.amazonservices.com/en_US/orders-2013-09-01/Orders_Datatypes.html#PaymentExecutionDetailItem class PaymentExecutionDetailItem < Entity attribute(:payment) do money('Payment') end attribute(:payment_method) do string('PaymentMethod') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems