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