Class: Google::Apis::DisplayvideoV3::LookupInvoiceCurrencyResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::LookupInvoiceCurrencyResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Instance Attribute Summary collapse
-
#currency_code ⇒ String
Currency used by the advertiser in ISO 4217 format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LookupInvoiceCurrencyResponse
constructor
A new instance of LookupInvoiceCurrencyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LookupInvoiceCurrencyResponse
Returns a new instance of LookupInvoiceCurrencyResponse.
9507 9508 9509 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9507 def initialize(**args) update!(**args) end |
Instance Attribute Details
#currency_code ⇒ String
Currency used by the advertiser in ISO 4217 format.
Corresponds to the JSON property currencyCode
9505 9506 9507 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9505 def currency_code @currency_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9512 9513 9514 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9512 def update!(**args) @currency_code = args[:currency_code] if args.key?(:currency_code) end |