class PaymentCancellationInfo

Constants

CANCELAMOUNT
CANCELDATE
FIELDS
REMAINAMOUNT
TRANSACTIONTYPE

Public Instance Methods

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