Class: PaymentCountrySettingLimitInfo
- Inherits:
-
Object
- Object
- PaymentCountrySettingLimitInfo
- 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
- DEPOSITBANK =
1
- WITHDRAWALBANK =
2
- POSSESSIONOFCARDS =
3
- FIELDS =
{ DEPOSITBANK => {:type => ::Thrift::Types::I32, :name => 'depositBank'}, WITHDRAWALBANK => {:type => ::Thrift::Types::I32, :name => 'withdrawalBank'}, POSSESSIONOFCARDS => {:type => ::Thrift::Types::I32, :name => 'possessionOfCards'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
7510 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7510 def struct_fields; FIELDS; end |
#validate ⇒ Object
7512 7513 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7512 def validate end |