| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | A unique 25-character alphanumeric resource identifier. | |
| resource | String | Resource type name, always "customer". | |
| String | Customer's email address. | ||
| source | CustomerSource | ||
| metadata | CustomerMetadata | ||
| created_at | Time | Timestamp when the customer was created. |
require 'komoju-sdk'
instance = Komoju::Customer.new(
id: null,
resource: null,
email: null,
source: null,
metadata: null,
created_at: null
)