diff --git a/src/PaymentRequest.php b/src/PaymentRequest.php index 4431d86..cbb1b58 100644 --- a/src/PaymentRequest.php +++ b/src/PaymentRequest.php @@ -172,6 +172,16 @@ class PaymentRequest implements JsonSerializable { */ public $consumer_account; + /** + * Card token for Credit Card. + * + * The card token from Mollie Components. The token contains the card information (such as + * card holder, card number, and expiry date) needed to complete the payment. + * + * @var string|null + */ + public $card_token; + /** * Create Mollie payment request object. *