setupCustomer
Create an empty Customer with default policies
/**
* Create empty customer with default policies.
*
* @param onSuccess - invoked if customer was created sucessfully
* @param onError - invoked if exception occurred
*
*/
- (void) setupCustomer: (void (^)(CustomerCreateResponse *resp)) onSuccess
onError: (void (^)(NSError *error)) onError;Last updated
Was this helpful?