PaymentId copyWith({ String? paymentId, }) { return PaymentId( paymentId: paymentId ?? this.paymentId, ); }