Class: PaymentLineCardInfo

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

DESIGNCODE =
1
IMAGEURL =
2
FIELDS =
{
  DESIGNCODE => {:type => ::Thrift::Types::STRING, :name => 'designCode'},
  IMAGEURL => {:type => ::Thrift::Types::STRING, :name => 'imageUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end