Class: Google::Apis::DisplayvideoV1::LookupInvoiceCurrencyResponse

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

Overview

Response message for InvoiceService.LookupInvoiceCurrency.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LookupInvoiceCurrencyResponse

Returns a new instance of LookupInvoiceCurrencyResponse.



6878
6879
6880
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 6878

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

Instance Attribute Details

#currency_codeString

Output only. Invoice currency code in ISO 4217 format. Corresponds to the JSON property currencyCode

Returns:

  • (String)


6876
6877
6878
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 6876

def currency_code
  @currency_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6883
6884
6885
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 6883

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