class Customer
    include Newgistics::Model

    attribute :company, String
    attribute :first_name, String