Sha256: 151a4765388a1f5d44625ba6e923d29f6ff09f0addc302b5eeb96b7e67c5d89f
Contents?: true
Size: 467 Bytes
Versions: 3
Compression:
Stored size: 467 Bytes
Contents
# frozen_string_literal: true require_relative 'order_item' module Desertcart module Marketplace class OrderItemAcceptance < Desertcart::Resource references_one :order_item, to: Desertcart::Marketplace::OrderItem attribute :seller_reference_number, type: LedgerSync::Type::String attribute :final_purchase_price, type: LedgerSync::Type::Integer attribute :final_purchase_currency_code, type: LedgerSync::Type::String end end end
Version data entries
3 entries across 3 versions & 1 rubygems