Class: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress

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

User's address for the external transaction.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExternalTransactionAddress

Returns a new instance of ExternalTransactionAddress.



1636
1637
1638
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1636

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

Instance Attribute Details

#region_codeString

Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes). Corresponds to the JSON property regionCode

Returns:

  • (String)


1634
1635
1636
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1634

def region_code
  @region_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1641
1642
1643
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1641

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