Class: Google::Apis::DisplayvideoV2::LookupInvoiceCurrencyResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LookupInvoiceCurrencyResponse

Returns a new instance of LookupInvoiceCurrencyResponse.



8755
8756
8757
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 8755

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

Instance Attribute Details

#currency_codeString

Currency used by the advertiser in ISO 4217 format. Corresponds to the JSON property currencyCode

Returns:

  • (String)


8753
8754
8755
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 8753

def currency_code
  @currency_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8760
8761
8762
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 8760

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