beyonic@0.3.6
This adaptor exports the following from common:
Functions
createCollectionRequest
createCollectionRequest(data) ⇒ Operation
Create a collection request
Param | Type | Description |
---|---|---|
data | object | Payload data for the collection request |
Example
execute(
createCollectionRequest(data)
)(state)
createContact
createContact(data) ⇒ Operation
Create a contact
Param | Type | Description |
---|---|---|
data | object | Payload data for the contact |
Example
execute(
createContact(data)
)(state)
createPayment
createPayment(data) ⇒ Operation
Create a payment
Param | Type | Description |
---|---|---|
data | object | Payload data for the payment |
Example
execute(
createPayment(data)
)(state)