Class: Newebpay::CloseFund::Request

Inherits:
Base
  • Object
show all
Defined in:
lib/newebpay/close_fund/request.rb

Overview

請款

Constant Summary

Constants inherited from Base

Base::REQUIRED_ATTRS

Instance Attribute Summary

Attributes inherited from Base

#attrs, #merchant_id, #response

Instance Method Summary collapse

Methods inherited from Base

#encode_url_params, #form_attrs, #initialize, #trade_info, #version

Constructor Details

This class inherits a constructor from Newebpay::CloseFund::Base

Instance Method Details

#close_typeObject



6
7
8
# File 'lib/newebpay/close_fund/request.rb', line 6

def close_type
  @close_type ||= '1'
end