Skip to main content

beyonic@0.2.1

Functions

createCollectionRequest(data)
createContact(data)
createPayment(data)

The following functions are exported from the common adaptor:

dataPath()
dataValue()
field()
fields()
fn()
lastReferenceValue()
merge()
sourceValue()

createCollectionRequest

createCollectionRequest(data) ⇒ Operation

Create a collection request

ParamTypeDescription
dataobjectPayload data for the collection request

Example

execute(
createCollectionRequest(data)
)(state)

createContact

createContact(data) ⇒ Operation

Create a contact

ParamTypeDescription
dataobjectPayload data for the contact

Example

execute(
createContact(data)
)(state)

createPayment

createPayment(data) ⇒ Operation

Create a payment

ParamTypeDescription
dataobjectPayload data for the payment

Example

execute(
createPayment(data)
)(state)