class PaymentCountrySettingInfoEx
Constants
- ADDRESSSEARCHTYPE
- ASYNCWAITTIMEOUT
- BALANCESUPPORT
- BALANCETYPE
- CREDITCARDSUPPORT
- CROSSBORDERTRANSFER
- CYBS
- DEPOSITMETHODS
- EMAILREQUIRED
- FIELDS
- INTROURL
- LIMIT
- MENU
- MYCODEPASSWORDREQUIRED
- PAYGENABLED
- POINTSUPPORT
- REGISTRATIONTYPE
- REGISTRATIONURL
- SETTINGWITHDRAWSTATICMENU
- TOSURLBUNDLES
- TOUCHIDMENUAVAILABLE
- URLGROUPS
- URLS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7606 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7608 def validate unless @balanceType.nil? || ::G_a_b_z0_a_d_o0::VALID_VALUES.include?(@balanceType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field balanceType!') end unless @addressSearchType.nil? || ::G_a_b_z0_a_d_d0::VALID_VALUES.include?(@addressSearchType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field addressSearchType!') end unless @registrationType.nil? || ::G_a_b_z0_a_d_v1::VALID_VALUES.include?(@registrationType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field registrationType!') end end