Sha256: a2bcf18daf977774c22806c88faab73b13fd57cfb7c8e7b52bbbb32aed39e8a9

Contents?: true

Size: 331 Bytes

Versions: 7

Compression:

Stored size: 331 Bytes

Contents

module ChargeBee
  class PaymentScheduleEstimate < Model

    class ScheduleEntry < Model
      attr_accessor :id, :date, :amount, :status
    end

  attr_accessor :id, :scheme_id, :entity_type, :entity_id, :amount, :currency_code, :schedule_entries

  # OPERATIONS
  #-----------

  end # ~PaymentScheduleEstimate
end # ~ChargeBee

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chargebee-2.49.0 lib/chargebee/models/payment_schedule_estimate.rb
chargebee-2.48.0 lib/chargebee/models/payment_schedule_estimate.rb
chargebee-2.47.1 lib/chargebee/models/payment_schedule_estimate.rb
chargebee-2.47.0 lib/chargebee/models/payment_schedule_estimate.rb
chargebee-2.47.0.beta.1 lib/chargebee/models/payment_schedule_estimate.rb
chargebee-2.46.0 lib/chargebee/models/payment_schedule_estimate.rb
chargebee-2.45.0 lib/chargebee/models/payment_schedule_estimate.rb