Iyzipay\Model\Mapper\BasicThreedsPaymentMapper::mapBasicThreedsPayment PHP Method

mapBasicThreedsPayment() public method

public mapBasicThreedsPayment ( BasicThreedsPayment $auth )
$auth Iyzipay\Model\BasicThreedsPayment
    public function mapBasicThreedsPayment(BasicThreedsPayment $auth)
    {
        return $this->mapBasicThreedsPaymentFrom($auth, $this->jsonObject);
    }