Class: PaymentPointInfo

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

POINT =
1
NEEDINQUIRY =
2
FIELDS =
{
  POINT => {:type => ::Thrift::Types::STRUCT, :name => 'point', :class => ::DisplayMoney},
  NEEDINQUIRY => {:type => ::Thrift::Types::BOOL, :name => 'needInquiry'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end