Sha256: 4032f1050bd8960a545a5d23d50c9e277a43c15c67067d03dba4694a3787ba00

Contents?: true

Size: 429 Bytes

Versions: 3

Compression:

Stored size: 429 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  # YouCanBookMe's PurchasesSyncChanges model.
  class PurchasesSyncChanges
    include ModelUtils

    # @return [Boolean]
    attr_accessor :hasValue
    # @return [String]
    attr_accessor :plan
    # @return [String]
    attr_accessor :planExpiresAt
    # @return [Integer]
    attr_accessor :quantityPaidFor
    # @return [String]
    attr_accessor :trialEndsAt
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.3.alpha lib/youcanbookme/models/purchases_sync_changes.rb
youcanbookme-0.0.2.alpha lib/youcanbookme/models/purchases_sync_changes.rb
youcanbookme-0.0.1.alpha lib/youcanbookme/models/purchases_sync_changes.rb