Method: Google::Type::Money#currency_code

Defined in:
proto_docs/google/type/money.rb

#currency_code::String

Returns The three-letter currency code defined in ISO 4217.

Returns:

  • (::String)

    The three-letter currency code defined in ISO 4217.



38
39
40
41
# File 'proto_docs/google/type/money.rb', line 38

class Money
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end