abacusai.domain_purchase_result =============================== .. py:module:: abacusai.domain_purchase_result Classes ------- .. autoapisummary:: abacusai.domain_purchase_result.DomainPurchaseResult Module Contents --------------- .. py:class:: DomainPurchaseResult(client, domain=None, billedCredits=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Domain purchase result :param client: An authenticated API Client instance :type client: ApiClient :param domain: The domain name being purchased. :type domain: str :param billedCredits: The total credits used for the purchase. :type billedCredits: int .. py:attribute:: domain :value: None .. py:attribute:: billed_credits :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