Skip to main content

StorePaymentMethodEnum

Enum representing the type of a payment storage in a gateway.

enum StorePaymentMethodEnum {
ON_SESSION
OFF_SESSION
NONE
}

Values

StorePaymentMethodEnum.ON_SESSION

On session storage type. The payment is stored only to be reused when the customer is present in the checkout flow.

StorePaymentMethodEnum.OFF_SESSION

Off session storage type. The payment is stored to be reused even if the customer is absent.

StorePaymentMethodEnum.NONE

Storage is disabled. The payment is not stored.

Member Of

PaymentInput input