Pay copyWith({double? amount, String? currency}) { return Pay( amount: amount ?? this.amount, currency: currency ?? this.currency); }