StorePaymentMethodEnum Enum
Enum representing the type of a payment storage in a gateway.
Values​
ON_SESSION​
On session storage type. The payment is stored only to be reused when the customer is present in the checkout flow.
OFF_SESSION​
Off session storage type. The payment is stored to be reused even if the customer is absent.
NONE​
Storage is disabled. The payment is not stored.
Member Of​
PaymentInput input