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

mapBasicThreedsPaymentFrom() public method

public mapBasicThreedsPaymentFrom ( BasicThreedsPayment $auth, $jsonObject )
$auth Iyzipay\Model\BasicThreedsPayment
    public function mapBasicThreedsPaymentFrom(BasicThreedsPayment $auth, $jsonObject)
    {
        parent::mapBasicPaymentResourceFrom($auth, $jsonObject);
        return $auth;
    }