cardId, 'credit_card.card_id'); } public function toArray(): array { return $this->filterFilledRecursive([ 'card_id' => $this->cardId, 'installments' => $this->installments, 'statement_descriptor' => $this->statementDescriptor, 'operation_type' => $this->operationType, ]); } }