Enum PaymentLinkRequest.StorePaymentMethodModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<PaymentLinkRequest.StorePaymentMethodModeEnum>
    Enclosing class:
    PaymentLinkRequest

    public static enum PaymentLinkRequest.StorePaymentMethodModeEnum
    extends Enum<PaymentLinkRequest.StorePaymentMethodModeEnum>
    Indicates if the details of the payment method will be stored for the shopper. Possible values: * **disabled** – No details will be stored (default). * **askForConsent** – If the `shopperReference` is provided, the UI lets the shopper choose if they want their payment details to be stored. * **enabled** – If the `shopperReference` is provided, the details will be stored without asking the shopper for consent. When set to **askForConsent** or **enabled**, you must also include the `recurringProcessingModel` parameter.