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.



9479
9480
9481
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9479

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)


9477
9478
9479
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9477

def fop_type
  @fop_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9484
9485
9486
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9484

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