Customer¶
class
_incydr_sdk.customer.client.CustomerV1
(parent)Client for /v1/customer
endpoints.
Usage example:
>>> import incydr
>>> client = incydr.Client(**kwargs)
>>> client.customer.v1.get()
get
(self)Get customer account information.
Returns: A Customer
object representing account information.