Sha256: c0f7b9d46588ef1d4980817472f28355cfed3bcfe4f945a77e4569da70e0df41
Contents?: true
Size: 375 Bytes
Versions: 33
Compression:
Stored size: 375 Bytes
Contents
module Asaas module Entity class BankAccount include Virtus.model attribute :ownerName, String attribute :cpfCnpj, String attribute :bank, String attribute :agency, String attribute :agencyDigit, String attribute :account, String attribute :accountDigit, String attribute :bankAccounttype, String end end end
Version data entries
33 entries across 33 versions & 1 rubygems