Sha256: cac2ddb8a60daee47143f870d22dd8b343af33893cef07534360316982ca8153
Contents?: true
Size: 889 Bytes
Versions: 11
Compression:
Stored size: 889 Bytes
Contents
module Asaas module Entity class Customer < Asaas::Entity::Base attribute :id, Integer 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
11 entries across 11 versions & 1 rubygems