Client - Mangopay/mangopay2-ruby-sdk GitHub Wiki

The Client Object

Attributes (brackets for optionals)

Property Type
Id Integer
CreationDate Date
ClientID String
Name String
Email String
Passphrase String
[Tag] String

Creating a new Client

Arguments

  • client: A hash:
    • ClientID
    • Name
    • Email
    • Passphrase
    • [Tag]

Returns

A Client Object

Example

MangoPay::Client.create({
  'ClientID' => 'example',
  'Name' => 'Example Company',
  'Email' => '[email protected]'
})
⚠️ **GitHub.com Fallback** ⚠️