Method: TransferZero::PayinMethodsApi#patch_payin_method

Defined in:
lib/transferzero-sdk/api/payin_methods_api.rb

#patch_payin_method(payin_method_id, payin_method, opts = {}) ⇒ PayinMethodResponse

Updating a payin method Updates a single payin method by the Payin Method ID

Parameters:

  • payin_method_id

    ID of the payin method to get. Example: `/v1/payin_methods/bf9ff782-e182-45ac-abea-5bce83ad6670`

  • payin_method
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



138
139
140
141
# File 'lib/transferzero-sdk/api/payin_methods_api.rb', line 138

def patch_payin_method(payin_method_id, payin_method, opts = {})
  data, _status_code, _headers = patch_payin_method_with_http_info(payin_method_id, payin_method, opts)
  data
end