class PaymentLineCardIssueForm
Constants
- AVAILABLELINECARDS
- FIELDS
- REQUIREDTERMSOFSERVICEBUNDLE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7973 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7975 def validate unless @requiredTermsOfServiceBundle.nil? || ::G_a_b_z0_a_d_o7::VALID_VALUES.include?(@requiredTermsOfServiceBundle) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field requiredTermsOfServiceBundle!') end end