Class: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction
 
 
- 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
Represents a one-time transaction.
Instance Attribute Summary collapse
- 
  
    
      #external_transaction_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Input only.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ OneTimeExternalTransaction 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OneTimeExternalTransaction.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ OneTimeExternalTransaction
Returns a new instance of OneTimeExternalTransaction.
      3990 3991 3992  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3990 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#external_transaction_token ⇒ String
Input only. Provided during the call to Create. Retrieved from the client when
the alternative billing flow is launched.
Corresponds to the JSON property externalTransactionToken
      3988 3989 3990  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3988 def external_transaction_token @external_transaction_token end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3995 3996 3997  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3995 def update!(**args) @external_transaction_token = args[:external_transaction_token] if args.key?(:external_transaction_token) end  |