Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.06 KB

File metadata and controls

17 lines (16 loc) · 1.06 KB

# SubscriptionCustomer

Properties

Name Type Description Notes
id int Internal numeric ID of the customer.
uuid string A unique 25-character alphanumeric resource identifier.
merchant_id int Internal numeric ID of the merchant.
created_at \DateTime Timestamp when the customer was created.
updated_at \DateTime Timestamp when the customer was last updated.
email string Customer's email address, or null if not provided.
currency \Komoju\Model\Currency
locale \Komoju\Model\Locale
name string Customer-defined display name, or null if not set.
phone string Customer's phone number, or null if not set.
archived_at \DateTime Timestamp when the customer was archived, or null if still active.
[Back to Model list] [Back to API list] [Back to README]