All files / app/payment/paymentMethod PaymentMethodId.ts

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 5233x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x 33x     33x  
enum PaymentMethodId {
    Adyen = 'adyen',
    AdyenV2 = 'adyenv2',
    AdyenV2GooglePay = 'googlepayadyenv2',
    Affirm = 'affirm',
    Afterpay = 'afterpay',
    Amazon = 'amazon',
    AmazonPay = 'amazonpay',
    Barclaycard = 'barclaycard',
    BlueSnapV2 = 'bluesnapv2',
    Boleto = 'boleto',
    Bolt = 'bolt',
    Braintree = 'braintree',
    AuthorizeNetGooglePay = 'googlepayauthorizenet',
    BraintreeGooglePay = 'googlepaybraintree',
    BraintreeVisaCheckout = 'braintreevisacheckout',
    CCAvenueMars = 'ccavenuemars',
    ChasePay = 'chasepay',
    Checkoutcom = 'checkoutcom',
    CheckoutcomGooglePay = 'googlepaycheckoutcom',
    Clearpay = 'clearpay',
    Converge = 'converge',
    CybersourceV2GooglePay = 'googlepaycybersourcev2',
    DigitalRiver = 'digitalriver',
    Fawry = 'fawry',
    Ideal = 'ideal',
    Klarna = 'klarna',
    Laybuy = 'laybuy',
    Masterpass = 'masterpass',
    Mollie = 'mollie',
    Moneris = 'moneris',
    Oxxo = 'oxxo',
    OrbitalGooglePay = 'googlepayorbital',
    PaypalExpress = 'paypalexpress',
    PaypalPaymentsPro = 'paypal',
    PaypalCommerce = 'paypalcommerce',
    PaypalCommerceCredit = 'paypalcommercecredit',
    PaypalCommerceCreditCards = 'paypalcommercecreditcards',
    PaypalCommerceAlternativeMethod = 'paypalcommercealternativemethods',
    Qpay = 'qpay',
    Quadpay = 'quadpay',
    SagePay = 'sagepay',
    Sepa = 'sepa',
    Sezzle = 'sezzle',
    SquareV2 = 'squarev2',
    StripeGooglePay = 'googlepaystripe',
    StripeV3 = 'stripev3',
    Zip = 'zip',
}
 
export default PaymentMethodId;