Class: PaymentTransferRequest
- Inherits:
-
Object
- Object
- PaymentTransferRequest
- 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
- AMOUNT =
1
- RECEIVEDLINEMEMBERID =
2
- FIELDS =
{ AMOUNT => {:type => ::Thrift::Types::STRING, :name => 'amount'}, RECEIVEDLINEMEMBERID => {:type => ::Thrift::Types::STRING, :name => 'receivedLineMemberId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6676 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6676 def struct_fields; FIELDS; end |
#validate ⇒ Object
6678 6679 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6678 def validate end |