Sha256: 047254ce3567bc60e4786dc2849e25ec62bb04a3ac3305a44cbd7ff2ed05058b
Contents?: true
Size: 888 Bytes
Versions: 22
Compression:
Stored size: 888 Bytes
Contents
module Asaas module Entity class Customer < Asaas::Entity::Base attribute :id, String attribute :name, String attribute :email, String attribute :company, 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 :foreignCustomer, Axiom::Types::Boolean attribute :notificationDisabled, Axiom::Types::Boolean attribute :cpfCnpj, String attribute :personType, String attribute :subscriptions, Asaas::Entity::Meta attribute :payments, Asaas::Entity::Meta attribute :notifications, Asaas::Entity::Meta end end end
Version data entries
22 entries across 22 versions & 1 rubygems