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.



9556
9557
9558
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9556

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)


9554
9555
9556
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9554

def fop_type
  @fop_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9561
9562
9563
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9561

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