Class: PaymentCybsInfo

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

MERCHANTID =
1
ORGID =
2
SERVERURL =
3
FIELDS =
{
  MERCHANTID => {:type => ::Thrift::Types::STRING, :name => 'merchantId'},
  ORGID => {:type => ::Thrift::Types::STRING, :name => 'orgId'},
  SERVERURL => {:type => ::Thrift::Types::STRING, :name => 'serverUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end