Class: Google::Apis::AndroidpublisherV3::TestPurchaseContext

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Context about a test purchase.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TestPurchaseContext

Returns a new instance of TestPurchaseContext.



9651
9652
9653
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9651

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fop_typeString

The fop type of the test purchase. Corresponds to the JSON property fopType

Returns:

  • (String)


9649
9650
9651
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9649

def fop_type
  @fop_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9656
9657
9658
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9656

def update!(**args)
  @fop_type = args[:fop_type] if args.key?(:fop_type)
end