Class: Google::Apis::AndroidpublisherV3::ProductPurchase

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

A ProductPurchase resource indicates the status of a user's inapp product purchase.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProductPurchase

Returns a new instance of ProductPurchase.



2547
2548
2549
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2547

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

Instance Attribute Details

#acknowledgement_stateFixnum

The acknowledgement state of the inapp product. Possible values are: 0. Yet to be acknowledged 1. Acknowledged Corresponds to the JSON property acknowledgementState

Returns:

  • (Fixnum)


2464
2465
2466
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2464

def acknowledgement_state
  @acknowledgement_state
end

#consumption_stateFixnum

The consumption state of the inapp product. Possible values are: 0. Yet to be consumed 1. Consumed Corresponds to the JSON property consumptionState

Returns:

  • (Fixnum)


2470
2471
2472
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2470

def consumption_state
  @consumption_state
end

#developer_payloadString

A developer-specified string that contains supplemental information about an order. Corresponds to the JSON property developerPayload

Returns:

  • (String)


2476
2477
2478
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2476

def developer_payload
  @developer_payload
end

#kindString

This kind represents an inappPurchase object in the androidpublisher service. Corresponds to the JSON property kind

Returns:

  • (String)


2481
2482
2483
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2481

def kind
  @kind
end

#obfuscated_external_account_idString

An obfuscated version of the id that is uniquely associated with the user's account in your app. Only present if specified using https://developer.android. com/reference/com/android/billingclient/api/BillingFlowParams.Builder# setobfuscatedaccountid when the purchase was made. Corresponds to the JSON property obfuscatedExternalAccountId

Returns:

  • (String)


2489
2490
2491
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2489

def 
  @obfuscated_external_account_id
end

#obfuscated_external_profile_idString

An obfuscated version of the id that is uniquely associated with the user's profile in your app. Only present if specified using https://developer.android. com/reference/com/android/billingclient/api/BillingFlowParams.Builder# setobfuscatedprofileid when the purchase was made. Corresponds to the JSON property obfuscatedExternalProfileId

Returns:

  • (String)


2497
2498
2499
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2497

def obfuscated_external_profile_id
  @obfuscated_external_profile_id
end

#order_idString

The order id associated with the purchase of the inapp product. Corresponds to the JSON property orderId

Returns:

  • (String)


2502
2503
2504
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2502

def order_id
  @order_id
end

#product_idString

The inapp product SKU. May not be present. Corresponds to the JSON property productId

Returns:

  • (String)


2507
2508
2509
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2507

def product_id
  @product_id
end

#purchase_stateFixnum

The purchase state of the order. Possible values are: 0. Purchased 1. Canceled

  1. Pending Corresponds to the JSON property purchaseState

Returns:

  • (Fixnum)


2513
2514
2515
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2513

def purchase_state
  @purchase_state
end

#purchase_time_millisFixnum

The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). Corresponds to the JSON property purchaseTimeMillis

Returns:

  • (Fixnum)


2519
2520
2521
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2519

def purchase_time_millis
  @purchase_time_millis
end

#purchase_tokenString

The purchase token generated to identify this purchase. May not be present. Corresponds to the JSON property purchaseToken

Returns:

  • (String)


2524
2525
2526
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2524

def purchase_token
  @purchase_token
end

#purchase_typeFixnum

The type of purchase of the inapp product. This field is only set if this purchase was not made using the standard in-app billing flow. Possible values are: 0. Test (i.e. purchased from a license testing account) 1. Promo (i.e. purchased using a promo code) 2. Rewarded (i.e. from watching a video ad instead of paying) Corresponds to the JSON property purchaseType

Returns:

  • (Fixnum)


2533
2534
2535
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2533

def purchase_type
  @purchase_type
end

#quantityFixnum

The quantity associated with the purchase of the inapp product. If not present, the quantity is 1. Corresponds to the JSON property quantity

Returns:

  • (Fixnum)


2539
2540
2541
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2539

def quantity
  @quantity
end

#region_codeString

ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted. Corresponds to the JSON property regionCode

Returns:

  • (String)


2545
2546
2547
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2545

def region_code
  @region_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2552

def update!(**args)
  @acknowledgement_state = args[:acknowledgement_state] if args.key?(:acknowledgement_state)
  @consumption_state = args[:consumption_state] if args.key?(:consumption_state)
  @developer_payload = args[:developer_payload] if args.key?(:developer_payload)
  @kind = args[:kind] if args.key?(:kind)
  @obfuscated_external_account_id = args[:obfuscated_external_account_id] if args.key?(:obfuscated_external_account_id)
  @obfuscated_external_profile_id = args[:obfuscated_external_profile_id] if args.key?(:obfuscated_external_profile_id)
  @order_id = args[:order_id] if args.key?(:order_id)
  @product_id = args[:product_id] if args.key?(:product_id)
  @purchase_state = args[:purchase_state] if args.key?(:purchase_state)
  @purchase_time_millis = args[:purchase_time_millis] if args.key?(:purchase_time_millis)
  @purchase_token = args[:purchase_token] if args.key?(:purchase_token)
  @purchase_type = args[:purchase_type] if args.key?(:purchase_type)
  @quantity = args[:quantity] if args.key?(:quantity)
  @region_code = args[:region_code] if args.key?(:region_code)
end