Class: Client

Client

The clients object is used to edit, delete, update clients as well as to permit refunds, subscriptions, insert credit card details for a client, edit client details and of course make transactions. Clients can be created individually by you or they will be automatically generated with the transaction if there is no client ID transmitted.

new Client()

Creates a new Client. Generally you should never create a PAYMILL object on your own.
Source:

Extends

  • PaymillObject

Classes

Filter
Order

Members

app_id :string

App (ID) that created this client or null if created by yourself.
Type:
  • string
Source:

created_at :Date

Unix-Timestamp for the creation date.
Type:
  • Date
Source:

description :string

Additional description for this client, perhaps the identifier from your CRM system?
Type:
  • string
Source:

email :string

Mail address of this client.
Type:
  • string
Source:

id :string

Unique identifier of this preauthorization
Type:
  • string
Source:

payment :Array.<Payment>

List of payments.
Type:
Source:

subscription :Array.<Subscription>

List of subscriptions.
Type:
Source:

updated_at :Date

Unix-Timestamp for the last update.
Type:
  • Date
Source: