copyWith method

Implementation

SandboxTransferRepaymentSimulateResponse copyWith({String? requestId}) {
  return SandboxTransferRepaymentSimulateResponse(
      requestId: requestId ?? this.requestId);
}