Method: Venice::InAppReceipt#is_in_intro_offer_period

Defined in:
lib/venice/in_app_receipt.rb

#is_in_intro_offer_periodObject (readonly)

Only present for auto-renewable subscription receipts. Value is true if the customer’s subscription is currently in an introductory price period, false if not, nil if key is not present on receipt.



58
59
60
# File 'lib/venice/in_app_receipt.rb', line 58

def is_in_intro_offer_period
  @is_in_intro_offer_period
end