Sha256: 093935e5abdc9bff2cb7415747125cac71fbc308d92f95656f48f6c581f1957a

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 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
      attribute :apiKey, Types::Coercible::String.optional
    end
  end

Version data entries

1 entries across 1 versions & 1 rubygems

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