DCCShowMode

@objc(DTDCCShowMode)
public enum DCCShowMode : Int

Mode to control when DCC is presented for saved card payments (alias/tokenized payments).

  • The DCC screen is always shown when the merchant is set up and the saved card is eligible for DCC.

    Declaration

    Swift

    case always
  • DCC is initially shown repeatedly for each eligible card. The more often a user declines DCC for a given saved card, the less often the DCC screen is shown for that card. This mode is recommended when customers frequently pay with saved cards to enhance the user experience and reduce unnecessary clicks. Note: the information whether DCC was previously declined is stored on the device only.

    Declaration

    Swift

    case smart
  • Show DCC only in guest mode and not for payments with saved cards.

    Declaration

    Swift

    case never