Method: TransferZero::PayinMethodsApi#delete_payin_method
- Defined in:
- lib/transferzero-sdk/api/payin_methods_api.rb
#delete_payin_method(payin_method_id, opts = {}) ⇒ PayinMethodResponse
Deleting a payin method Initiates a cancellation request for the specified payin method
29 30 31 32 |
# File 'lib/transferzero-sdk/api/payin_methods_api.rb', line 29 def (, opts = {}) data, _status_code, _headers = (, opts) data end |