copyWithWrapped method
Implementation
SandboxTransferRepaymentSimulateResponse copyWithWrapped(
{Wrapped<String>? requestId}) {
return SandboxTransferRepaymentSimulateResponse(
requestId: (requestId != null ? requestId.value : this.requestId));
}