Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 2.37 KB

File metadata and controls

26 lines (24 loc) · 2.37 KB

RebillySdk::AllOfSearchCustomersItems

Properties

Name Type Description Notes
id **** The customer identifier string. [optional]
email String The customer's email. [optional]
first_name String The customer's first name. [optional]
last_name String The customer's last name. [optional]
website_id **** The website's ID. [optional]
payment_token String A write-only payment token; if supplied, it will be converted into a payment instrument and be set as the `defaultPaymentInstrument`. The value of this property will override the `defaultPaymentInstrument` in the case that both are supplied. The token may only be used once before it is expired. [optional]
default_payment_instrument PaymentInstrument [optional]
created_time **** The customer created time. [optional]
updated_time **** The customer updated time. [optional]
custom_fields ResourceCustomFields [optional]
primary_address ContactObject [optional]
average_value CustomerAverageValue [optional]
payment_count Integer The number of approved payments for the customer. [optional]
last_payment_time **** The most recent time of an approved payment for the customer. [optional]
lifetime_revenue CustomerLifetimeRevenue [optional]
invoice_count Integer An auto-incrementing number based on the sequence of invoices. If set to 0, then this record is a Lead, otherwise is a Customer. [optional]
tags Array<Tag> A list of customer's tags. [optional]
revision Integer The number of times the customer data has been modified. The revision is useful when analyzing webhook data to determine if the change takes precedence over the current representation. [optional]
_links Array<null> The links related to resource. [optional]
_embedded Array<null> Any embedded objects available that are requested by the `expand` querystring parameter. [optional]