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
8258 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8258 def struct_fields; FIELDS; end |
#validate ⇒ Object
8260 8261 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8260 def validate end |