Sha256: a98ad64db131b7cee95eca5d7a8b20633edbce7a2bd7adb5986d82537ca56a45

Contents?: true

Size: 843 Bytes

Versions: 5

Compression:

Stored size: 843 Bytes

Contents

module Asaas
  module Entity
    class Account
      include Virtus.model

      attribute :id, String
      attribute :name, String
      attribute :email, String
      attribute :phone, String
      attribute :mobilePhone, String
      attribute :address, String
      attribute :addressNumber, String
      attribute :complement, String
      attribute :province, String
      attribute :city, String
      attribute :state, String
      attribute :country, String
      attribute :postalCode, String
      attribute :cpfCnpj, String
      attribute :birthDate, String
      attribute :personType, String
      attribute :companyType, String
      attribute :apiKey, String
      attribute :pushNotificationUrl, String
      attribute :pushNotificationEmail, String
      attribute :bankAccount, Asaas::Entity::BankAccount
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
asaas-ruby-0.2.30 lib/asaas/entity/account.rb
asaas-ruby-0.2.29 lib/asaas/entity/account.rb
asaas-ruby-0.2.28 lib/asaas/entity/account.rb
asaas-ruby-0.2.27 lib/asaas/entity/account.rb
asaas-ruby-0.2.26 lib/asaas/entity/account.rb