Class: PaymentPointInfo
- Inherits:
-
Object
- Object
- PaymentPointInfo
- 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_fields ⇒ Object
6694 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6694 def struct_fields; FIELDS; end |
#validate ⇒ Object
6696 6697 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6696 def validate end |