芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/mollie/mollie-api-php/src/Resources/PaymentLink.php
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; } }