Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 733 Bytes

File metadata and controls

28 lines (22 loc) · 733 Bytes

Komoju::Customer

Properties

Name Type Description Notes
id String A unique 25-character alphanumeric resource identifier.
resource String Resource type name, always "customer".
email String Customer's email address.
source CustomerSource
metadata CustomerMetadata
created_at Time Timestamp when the customer was created.

Example

require 'komoju-sdk'

instance = Komoju::Customer.new(
  id: null,
  resource: null,
  email: null,
  source: null,
  metadata: null,
  created_at: null
)