Iyzipay\Model\Mapper\PeccoPaymentMapper::mapPeccoPayment PHP Method

mapPeccoPayment() public method

public mapPeccoPayment ( PeccoPayment $auth )
$auth Iyzipay\Model\PeccoPayment
    public function mapPeccoPayment(PeccoPayment $auth)
    {
        return $this->mapPeccoPaymentFrom($auth, $this->jsonObject);
    }