TransactionIDType

public enum TransactionIDType

An enum to specify the type of transaction ID.

See also

TransactionID
  • Transaction ID is a string literal.

    Declaration

    Swift

    case stringLiteral
  • Transaction ID is the entity ID of the referenced in EntityValue.

    Declaration

    Swift

    case entityValue
  • Transaction ID is the generated entity ID of the created entity.

    Declaration

    Swift

    case useGeneratedIDForTransactionID