class CybridApiBank::CustomersBankApi

def create_customer(post_customer_bank_model, opts = {})

Returns:
  • (CustomerBankModel) -

Parameters:
  • opts (Hash) -- the optional parameters
  • post_customer_bank_model (PostCustomerBankModel) --
def create_customer(post_customer_bank_model, opts = {})
  data, _status_code, _headers = create_customer_with_http_info(post_customer_bank_model, opts)
  data
end