Class: PaymentReservationResult

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

ORDERID =
1
CONFIRMURL =
2
EXTRAS =
3
FIELDS =
{
  ORDERID => {:type => ::Thrift::Types::STRING, :name => 'orderId'},
  CONFIRMURL => {:type => ::Thrift::Types::STRING, :name => 'confirmUrl'},
  EXTRAS => {:type => ::Thrift::Types::MAP, :name => 'extras', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



14321
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14321

def struct_fields; FIELDS; end

#validateObject



14323
14324
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14323

def validate
end