Sha256: adf433729167dba8887f553ff2a8b3d24dcd7437cdd3f102c91c2159975b0fae

Contents?: true

Size: 455 Bytes

Versions: 2

Compression:

Stored size: 455 Bytes

Contents

module Pwinty
  class OrderRecipientAddress < Pwinty::Base
    """https://www.prodigi.com/print-api/docs/reference/#order-object-address"""
    attribute? :line1, Types::String.optional
    attribute? :line2, Types::String.optional
    attribute? :postalOrZipCode, Types::String.optional
    attribute? :countryCode, Types::String.optional
    attribute? :townOrCity, Types::String.optional
    attribute? :stateOrCounty, Types::String.optional
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pwinty-4.0.1 lib/pwinty/api_models/order_recipient_address.rb
pwinty-4.0.0 lib/pwinty/api_models/order_recipient_address.rb