Skip to main content

beyonic@0.3.1

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

This adaptor exports the following from common:

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

Functions

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)