/home/techb158/ileadtechnology.com/vendor/mollie/mollie-api-php/src/Resources
Edit: /home/techb158/ileadtechnology.com/vendor/mollie/mollie-api-php/src/Resources/PaymentLink.php (2521B)
paidAt);
}
/**
* Get the checkout URL where the customer can complete the payment.
*
* @return string|null
*/
public function getCheckoutUrl()
{
if (empty($this->_links->paymentLink)) {
return null;
}
return $this->_links->paymentLink->href;
}
}