PaymentGatewayInitializeTokenizationResult
Result of initialize payment gateway for tokenization of payment method.
The result of initialize payment gateway for tokenization of payment method. SUCCESSFULLY_INITIALIZED - The payment gateway was successfully initialized. FAILED_TO_INITIALIZE - The payment gateway was not initialized. FAILED_TO_DELIVER - The request to initialize payment gateway was not delivered.
enum PaymentGatewayInitializeTokenizationResult {
SUCCESSFULLY_INITIALIZED
FAILED_TO_INITIALIZE
FAILED_TO_DELIVER
}