class Google::Apis::DisplayvideoV1::LookupInvoiceCurrencyResponse

Attributes

currency_code[RW]

Currency used by the advertiser in ISO 4217 format. Corresponds to the JSON property `currencyCode` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 7028
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 7033
def update!(**args)
  @currency_code = args[:currency_code] if args.key?(:currency_code)
end