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