Sha256: 81848bfc1d0897fa0c0666be554965243aed72314e096e6752b7dd52aba0b7bd
Contents?: true
Size: 532 Bytes
Versions: 22
Compression:
Stored size: 532 Bytes
Contents
module Asaas module Entity class Notification include Virtus.model attribute :id, String 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
22 entries across 22 versions & 1 rubygems