Iyzipay\Model\Mapper\ThreedsPaymentMapper::mapThreedsPayment PHP Méthode

mapThreedsPayment() public méthode

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