class FindRestorablePlanResponse
Constants
- BILLINGITEMID
- FIELDS
- MID
- ORDERID
- ORIGINALSTOREORDERID
- RESULT
- STOREORDERID
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 11727 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 11729 def validate unless @result.nil? || ::P0_a_a_b_a_a_j3::VALID_VALUES.include?(@result) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field result!') end end