Payment constructor
Payment({})
Implementation
Payment({
required this.price_id,
required this.user_id,
required this.product_id,
required this.customer_email,
required this.success_url,
required this.cancel_url,
});