Sha256: e98266b73311143a4ce6e63315eaa33a9ddd07adf28c7f296b6683d388989a4c

Contents?: true

Size: 730 Bytes

Versions: 1

Compression:

Stored size: 730 Bytes

Contents

module Asaas
    class Account < Model
      attribute :id, Types::Coercible::String.optional.default(nil)
      attribute :name, Types::Coercible::String.optional
      attribute :email, Types::Coercible::String.optional
      attribute :cpfCnpj, Types::Coercible::String.optional
      attribute :phone, Types::Coercible::String.optional
      attribute :mobilePhone, Types::Coercible::String.optional
      attribute :address, Types::Coercible::String.optional
      attribute :addressNumber, Types::Coercible::String.optional
      attribute :complement, Types::Coercible::String.optional
      attribute :province, Types::Coercible::String.optional
      attribute :postalCode, Types::Coercible::String.optional
    end
  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asaas-ruby-0.2.11 lib/asaas/models/account.rb