Class: PaymentTransferRequest

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end