PgLinkResponse constructor
PgLinkResponse({})
Implementation
factory PgLinkResponse({
required String paymentId,
required String paymentUrl,
required String? qrIntent,
required String? qr,
}) = _PgLinkResponse;