Sha256: 8d703f4f25859a98c8d6f37cf987518b84ad497be224fcc288b3f8af0a6c2370
Contents?: true
Size: 545 Bytes
Versions: 8
Compression:
Stored size: 545 Bytes
Contents
# frozen_string_literal: true module Desertcart module Marketplace class ShippingAddress < Desertcart::Resource attribute :name, type: LedgerSync::Type::String attribute 'address_line_1', type: LedgerSync::Type::String attribute 'address_line_2', type: LedgerSync::Type::String attribute :city, type: LedgerSync::Type::String attribute :state, type: LedgerSync::Type::String attribute :zip_code, type: LedgerSync::Type::String attribute :country, type: LedgerSync::Type::String end end end
Version data entries
8 entries across 8 versions & 1 rubygems