Sha256: 0a9236335f53f4ee3fe73681ffabe034e699eb65bfa14f1880b4d27898c219ff
Contents?: true
Size: 810 Bytes
Versions: 11
Compression:
Stored size: 810 Bytes
Contents
module Asaas module Entity class Account include Virtus.model attribute :id, Integer 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
11 entries across 11 versions & 1 rubygems