Iyzipay\Model\Mapper\ThreedsPaymentMapper::mapThreedsPayment PHP Method

mapThreedsPayment() public method

public mapThreedsPayment ( ThreedsPayment $auth )
$auth Iyzipay\Model\ThreedsPayment
    public function mapThreedsPayment(ThreedsPayment $auth)
    {
        return $this->mapThreedsPaymentFrom($auth, $this->jsonObject);
    }