bankaccountIdGet method

Future<Response<WebApiModulesBillingBankAccountBankAccount>> bankaccountIdGet({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesBillingBankAccountBankAccount>>
    bankaccountIdGet({required String? id}) {
  generatedMapping.putIfAbsent(WebApiModulesBillingBankAccountBankAccount,
      () => WebApiModulesBillingBankAccountBankAccount.fromJsonFactory);

  return _bankaccountIdGet(id: id);
}