GetEntityName) * but declaring it seems more legible. * * @return string */ protected function getApiEntityName(): string { return 'Contribution'; } /** * @return array */ public function getCurrencyFieldName() { return ['currency']; } }