CRecipient

public enum CRecipient

Specifies the recipient of a receipt.

The following values are valid:

Specification: retail.

  • The datum is intended for the merchant.

    Specification: retail.

    Declaration

    Swift

    case merchant
  • The datum is intended for the cardholder.

    Specification: retail.

    Declaration

    Swift

    case cardholder
  • The datum is intended for the cardholder and the merchant.

    Specification: retail.

    Declaration

    Swift

    case both