class CybridApiBank::CounterpartiesBankApi
def get_counterparty(counterparty_guid, opts = {})
-
(CounterpartyBankModel)-
Options Hash:
(**opts)-
:include_pii(Boolean) -- Include PII in the response (requires **counterparties:pii:read** scope).
Parameters:
-
opts(Hash) -- the optional parameters -
counterparty_guid(String) -- Identifier for the counterparty.
def get_counterparty(counterparty_guid, opts = {}) data, _status_code, _headers = get_counterparty_with_http_info(counterparty_guid, opts) data end