beyonic@0.4.1
This adaptor exports the following from common:
- combine()
- dataPath()
- dataValue()
- field()
- fields()
- fn()
- fnIf()
- lastReferenceValue()
- log()
- merge()
- sourceValue()
Functions
createCollectionRequest
createCollectionRequest(data) ⇒ Operation
Create a collection request
| Param | Type | Description |
|---|---|---|
| data | object | Payload data for the collection request |
Example: Create a collection request
createCollectionRequest(data)
createContact
createContact(data) ⇒ Operation
Create a contact
| Param | Type | Description |
|---|---|---|
| data | object | Payload data for the contact |
Example: Create a contact
createContact(data)
createPayment
createPayment(data) ⇒ Operation
Create a payment
| Param | Type | Description |
|---|---|---|
| data | object | Payload data for the payment |
Example: Create a payment with a reference to a customer
createPayment(data)