Class: GetBalanceSummaryResponseV2

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

PAYINFO =
1
PAYPROMOTIONS =
2
MYRANK =
3
POINTINFO =
4
BALANCESHORTCUTINFO =
5
FIELDS =
{
  PAYINFO => {:type => ::Thrift::Types::STRUCT, :name => 'payInfo', :class => ::LinePayInfo},
  PAYPROMOTIONS => {:type => ::Thrift::Types::LIST, :name => 'payPromotions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::LinePayPromotion}},
  MYRANK => {:type => ::Thrift::Types::STRUCT, :name => 'myRank', :class => ::MyRank},
  POINTINFO => {:type => ::Thrift::Types::STRUCT, :name => 'pointInfo', :class => ::LinePointInfo},
  BALANCESHORTCUTINFO => {:type => ::Thrift::Types::STRUCT, :name => 'balanceShortcutInfo', :class => ::BalanceShortcutInfo}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end