token, 'token'); } public function toArray(): array { return $this->filterFilledRecursive([ 'token' => $this->token, 'label' => $this->label, 'billing_address' => $this->billingAddress, ]); } }