class PaymentFlowTypeInfo

Constants

AUTHTYPE
CUSTOMS
FIELDS
FLOWTYPE
HANDLEABLEOPS

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7784
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7786
def validate
  unless @flowType.nil? || ::G_a_b_z0_a_d_b1::VALID_VALUES.include?(@flowType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field flowType!')
  end
  unless @authType.nil? || ::G_a_b_z0_a_d_f0::VALID_VALUES.include?(@authType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field authType!')
  end
end