Sha256: 33edfb04644782bc21d305cdb9976e88e400b8a4d088ce53b0d5177d99b0c36c
Contents?: true
Size: 809 Bytes
Versions: 16
Compression:
Stored size: 809 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 :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
16 entries across 16 versions & 1 rubygems