CheckoutResponse constructor
CheckoutResponse({})
Implementation
CheckoutResponse({
required this.paymentMethod,
this.paymentId,
this.pix,
this.status,
this.depositRequestId,
this.gatewayBaseUrl,
this.publicKeyUrl,
});