Class: PaymentSettingsMenuInfo

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

CERTIFICATIONSTATUS =
1
MEMBERGRADETYPE =
2
RECIEVEMONEYENABLED =
3
ACCOUNTS =
4
BANKACCOUNTSETTINGURL =
5
LINECARDUSER =
6
FIELDS =
{
  CERTIFICATIONSTATUS => {:type => ::Thrift::Types::STRING, :name => 'certificationStatus'},
  MEMBERGRADETYPE => {:type => ::Thrift::Types::STRING, :name => 'memberGradeType'},
  RECIEVEMONEYENABLED => {:type => ::Thrift::Types::BOOL, :name => 'recieveMoneyEnabled'},
  ACCOUNTS => {:type => ::Thrift::Types::LIST, :name => 'accounts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PaymentSettingsMenuInfoAccount}},
  BANKACCOUNTSETTINGURL => {:type => ::Thrift::Types::STRING, :name => 'bankAccountSettingUrl'},
  LINECARDUSER => {:type => ::Thrift::Types::BOOL, :name => 'lineCardUser'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end