Iyzipay\Model\Mapper\PaymentPreAuthMapper::mapPaymentPreAuth PHP Method

mapPaymentPreAuth() public method

public mapPaymentPreAuth ( PaymentPreAuth $paymentPreAuth )
$paymentPreAuth Iyzipay\Model\PaymentPreAuth
    public function mapPaymentPreAuth(PaymentPreAuth $paymentPreAuth)
    {
        return $this->mapPaymentPreAuthFrom($paymentPreAuth, $this->jsonObject);
    }