toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FulfillmentActivityType.returnIntent:
      return 'ReturnIntent';
    case FulfillmentActivityType.codeHook:
      return 'CodeHook';
  }
}