Sha256: aac0b7e1690012859c938cafc704f5b17646b9ed30f94566a7e2f735b2b58573
Contents?: true
Size: 533 Bytes
Versions: 11
Compression:
Stored size: 533 Bytes
Contents
module Asaas module Entity class Notification include Virtus.model attribute :id, Integer attribute :customer, String attribute :event, String attribute :scheduleOffset, Integer attribute :emailEnabledForProvider, Axiom::Types::Boolean attribute :smsEnabledForProvider, Axiom::Types::Boolean attribute :emailEnabledForCustomer, Axiom::Types::Boolean attribute :smsEnabledForCustomer, Axiom::Types::Boolean attribute :enabled, Axiom::Types::Boolean end end end
Version data entries
11 entries across 11 versions & 1 rubygems