creationPending abstract method

String creationPending(
  1. String orgTypeText,
  2. String name
)

No description provided for @creationPending.

In en, this message translates to: 'Your request to create the {orgTypeText}organization named "{name}" is under review. Please give us 48 hours to perform the verification. We will reach out to you via email if there are any issues with the verification.'

Implementation

String creationPending(String orgTypeText, String name);