registerSimpleBill function

Configure an invoice for some merchant bill type for a customer

Syntax

registerSimpleBill( responseBack, customerId, alias, typeId )

Parameters

Name Type Description
responseBack   Indicates which function to be called when a response is received.
customerId   The customer id of the user
alias   The name the customer gives for this invoice configuration
typeId   The id of the invoice type

Source

SY_Mobiliser.js line 586.