class PurchaseSubscriptionResponse
Constants
- CONFIRMURL
- FIELDS
- ORDERID
- RESULT
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 10480 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 10482 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