class PaymentTransactionHistoryInfo

Constants

CREATEDDATE
DESTINATION
FIELDS
MESSAGE
TYPE

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7637
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 7639
def validate
  unless @type.nil? || ::G_a_b_z0_a_d_t7::VALID_VALUES.include?(@type)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field type!')
  end
  unless @destination.nil? || ::G_a_b_z0_a_d_g1::VALID_VALUES.include?(@destination)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field destination!')
  end
end