abacusai.razorpay_payment_requirements ====================================== .. py:module:: abacusai.razorpay_payment_requirements Classes ------- .. autoapisummary:: abacusai.razorpay_payment_requirements.RazorpayPaymentRequirements Module Contents --------------- .. py:class:: RazorpayPaymentRequirements(client, customerId=None, orderId=None, invoiceId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A Razorpay customer and order :param client: An authenticated API Client instance :type client: ApiClient :param customerId: The unique identifier of the customer. :type customerId: str :param orderId: The unique identifier of the order. :type orderId: str :param invoiceId: The unique identifier of the invoice. :type invoiceId: str .. py:attribute:: customer_id :value: None .. py:attribute:: order_id :value: None .. py:attribute:: invoice_id :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict