1. Registry
  2. Packages
  3. Stripe Provider
  4. API Docs
  5. PaymentMethodConfiguration
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi

    PaymentMethodConfigurations control which payment methods are displayed to your customers when you don’t explicitly specify payment method types. You can have multiple configurations with different sets of payment methods for different scenarios.

    There are two types of PaymentMethodConfigurations. Which is used depends on the charge type:

    Direct configurations apply to payments created on your account, including Connect destination charges, Connect separate charges and transfers, and payments not involving Connect.

    Child configurations apply to payments created on your connected accounts using direct charges, and charges with the on_behalf_of parameter.

    Child configurations have a parent that sets default values and controls which settings connected accounts may override. You can specify a parent ID at payment time, and Stripe will automatically resolve the connected account’s associated child configuration. Parent configurations are managed in the dashboard and are not available in this API.

    Related guides:

    Create PaymentMethodConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PaymentMethodConfiguration(name: string, args?: PaymentMethodConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def PaymentMethodConfiguration(resource_name: str,
                                   args: Optional[PaymentMethodConfigurationArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def PaymentMethodConfiguration(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   acss_debit: Optional[PaymentMethodConfigurationAcssDebitArgs] = None,
                                   active: Optional[bool] = None,
                                   affirm: Optional[PaymentMethodConfigurationAffirmArgs] = None,
                                   afterpay_clearpay: Optional[PaymentMethodConfigurationAfterpayClearpayArgs] = None,
                                   alipay: Optional[PaymentMethodConfigurationAlipayArgs] = None,
                                   alma: Optional[PaymentMethodConfigurationAlmaArgs] = None,
                                   amazon_pay: Optional[PaymentMethodConfigurationAmazonPayArgs] = None,
                                   apple_pay: Optional[PaymentMethodConfigurationApplePayArgs] = None,
                                   apple_pay_later: Optional[PaymentMethodConfigurationApplePayLaterArgs] = None,
                                   au_becs_debit: Optional[PaymentMethodConfigurationAuBecsDebitArgs] = None,
                                   bacs_debit: Optional[PaymentMethodConfigurationBacsDebitArgs] = None,
                                   bancontact: Optional[PaymentMethodConfigurationBancontactArgs] = None,
                                   billie: Optional[PaymentMethodConfigurationBillieArgs] = None,
                                   bizum: Optional[PaymentMethodConfigurationBizumArgs] = None,
                                   blik: Optional[PaymentMethodConfigurationBlikArgs] = None,
                                   boleto: Optional[PaymentMethodConfigurationBoletoArgs] = None,
                                   card: Optional[PaymentMethodConfigurationCardArgs] = None,
                                   cartes_bancaires: Optional[PaymentMethodConfigurationCartesBancairesArgs] = None,
                                   cashapp: Optional[PaymentMethodConfigurationCashappArgs] = None,
                                   crypto: Optional[PaymentMethodConfigurationCryptoArgs] = None,
                                   customer_balance: Optional[PaymentMethodConfigurationCustomerBalanceArgs] = None,
                                   eps: Optional[PaymentMethodConfigurationEpsArgs] = None,
                                   fpx: Optional[PaymentMethodConfigurationFpxArgs] = None,
                                   giropay: Optional[PaymentMethodConfigurationGiropayArgs] = None,
                                   google_pay: Optional[PaymentMethodConfigurationGooglePayArgs] = None,
                                   grabpay: Optional[PaymentMethodConfigurationGrabpayArgs] = None,
                                   ideal: Optional[PaymentMethodConfigurationIdealArgs] = None,
                                   jcb: Optional[PaymentMethodConfigurationJcbArgs] = None,
                                   kakao_pay: Optional[PaymentMethodConfigurationKakaoPayArgs] = None,
                                   klarna: Optional[PaymentMethodConfigurationKlarnaArgs] = None,
                                   konbini: Optional[PaymentMethodConfigurationKonbiniArgs] = None,
                                   kr_card: Optional[PaymentMethodConfigurationKrCardArgs] = None,
                                   link: Optional[PaymentMethodConfigurationLinkArgs] = None,
                                   mb_way: Optional[PaymentMethodConfigurationMbWayArgs] = None,
                                   mobilepay: Optional[PaymentMethodConfigurationMobilepayArgs] = None,
                                   multibanco: Optional[PaymentMethodConfigurationMultibancoArgs] = None,
                                   name: Optional[str] = None,
                                   naver_pay: Optional[PaymentMethodConfigurationNaverPayArgs] = None,
                                   nz_bank_account: Optional[PaymentMethodConfigurationNzBankAccountArgs] = None,
                                   oxxo: Optional[PaymentMethodConfigurationOxxoArgs] = None,
                                   p24: Optional[PaymentMethodConfigurationP24Args] = None,
                                   parent: Optional[str] = None,
                                   pay_by_bank: Optional[PaymentMethodConfigurationPayByBankArgs] = None,
                                   payco: Optional[PaymentMethodConfigurationPaycoArgs] = None,
                                   paynow: Optional[PaymentMethodConfigurationPaynowArgs] = None,
                                   paypal: Optional[PaymentMethodConfigurationPaypalArgs] = None,
                                   payto: Optional[PaymentMethodConfigurationPaytoArgs] = None,
                                   pix: Optional[PaymentMethodConfigurationPixArgs] = None,
                                   promptpay: Optional[PaymentMethodConfigurationPromptpayArgs] = None,
                                   revolut_pay: Optional[PaymentMethodConfigurationRevolutPayArgs] = None,
                                   samsung_pay: Optional[PaymentMethodConfigurationSamsungPayArgs] = None,
                                   satispay: Optional[PaymentMethodConfigurationSatispayArgs] = None,
                                   scalapay: Optional[PaymentMethodConfigurationScalapayArgs] = None,
                                   sepa_debit: Optional[PaymentMethodConfigurationSepaDebitArgs] = None,
                                   sofort: Optional[PaymentMethodConfigurationSofortArgs] = None,
                                   sunbit: Optional[PaymentMethodConfigurationSunbitArgs] = None,
                                   swish: Optional[PaymentMethodConfigurationSwishArgs] = None,
                                   twint: Optional[PaymentMethodConfigurationTwintArgs] = None,
                                   upi: Optional[PaymentMethodConfigurationUpiArgs] = None,
                                   us_bank_account: Optional[PaymentMethodConfigurationUsBankAccountArgs] = None,
                                   wechat_pay: Optional[PaymentMethodConfigurationWechatPayArgs] = None,
                                   zip: Optional[PaymentMethodConfigurationZipArgs] = None)
    func NewPaymentMethodConfiguration(ctx *Context, name string, args *PaymentMethodConfigurationArgs, opts ...ResourceOption) (*PaymentMethodConfiguration, error)
    public PaymentMethodConfiguration(string name, PaymentMethodConfigurationArgs? args = null, CustomResourceOptions? opts = null)
    public PaymentMethodConfiguration(String name, PaymentMethodConfigurationArgs args)
    public PaymentMethodConfiguration(String name, PaymentMethodConfigurationArgs args, CustomResourceOptions options)
    
    type: stripe:PaymentMethodConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_payment_method_configuration" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PaymentMethodConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PaymentMethodConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PaymentMethodConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PaymentMethodConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PaymentMethodConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var paymentMethodConfigurationResource = new Stripe.PaymentMethodConfiguration("paymentMethodConfigurationResource", new()
    {
        AcssDebit = new Stripe.Inputs.PaymentMethodConfigurationAcssDebitArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAcssDebitDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Active = false,
        Affirm = new Stripe.Inputs.PaymentMethodConfigurationAffirmArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAffirmDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        AfterpayClearpay = new Stripe.Inputs.PaymentMethodConfigurationAfterpayClearpayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAfterpayClearpayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Alipay = new Stripe.Inputs.PaymentMethodConfigurationAlipayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAlipayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Alma = new Stripe.Inputs.PaymentMethodConfigurationAlmaArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAlmaDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        AmazonPay = new Stripe.Inputs.PaymentMethodConfigurationAmazonPayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAmazonPayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        ApplePay = new Stripe.Inputs.PaymentMethodConfigurationApplePayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationApplePayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        ApplePayLater = new Stripe.Inputs.PaymentMethodConfigurationApplePayLaterArgs
        {
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationApplePayLaterDisplayPreferenceArgs
            {
                Preference = "string",
            },
        },
        AuBecsDebit = new Stripe.Inputs.PaymentMethodConfigurationAuBecsDebitArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationAuBecsDebitDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        BacsDebit = new Stripe.Inputs.PaymentMethodConfigurationBacsDebitArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationBacsDebitDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Bancontact = new Stripe.Inputs.PaymentMethodConfigurationBancontactArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationBancontactDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Billie = new Stripe.Inputs.PaymentMethodConfigurationBillieArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationBillieDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Bizum = new Stripe.Inputs.PaymentMethodConfigurationBizumArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationBizumDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Blik = new Stripe.Inputs.PaymentMethodConfigurationBlikArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationBlikDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Boleto = new Stripe.Inputs.PaymentMethodConfigurationBoletoArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationBoletoDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Card = new Stripe.Inputs.PaymentMethodConfigurationCardArgs
        {
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationCardDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
            },
        },
        CartesBancaires = new Stripe.Inputs.PaymentMethodConfigurationCartesBancairesArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationCartesBancairesDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Cashapp = new Stripe.Inputs.PaymentMethodConfigurationCashappArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationCashappDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Crypto = new Stripe.Inputs.PaymentMethodConfigurationCryptoArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationCryptoDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        CustomerBalance = new Stripe.Inputs.PaymentMethodConfigurationCustomerBalanceArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationCustomerBalanceDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Eps = new Stripe.Inputs.PaymentMethodConfigurationEpsArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationEpsDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Fpx = new Stripe.Inputs.PaymentMethodConfigurationFpxArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationFpxDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Giropay = new Stripe.Inputs.PaymentMethodConfigurationGiropayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationGiropayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        GooglePay = new Stripe.Inputs.PaymentMethodConfigurationGooglePayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationGooglePayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Grabpay = new Stripe.Inputs.PaymentMethodConfigurationGrabpayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationGrabpayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Ideal = new Stripe.Inputs.PaymentMethodConfigurationIdealArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationIdealDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Jcb = new Stripe.Inputs.PaymentMethodConfigurationJcbArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationJcbDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        KakaoPay = new Stripe.Inputs.PaymentMethodConfigurationKakaoPayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationKakaoPayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Klarna = new Stripe.Inputs.PaymentMethodConfigurationKlarnaArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationKlarnaDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Konbini = new Stripe.Inputs.PaymentMethodConfigurationKonbiniArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationKonbiniDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        KrCard = new Stripe.Inputs.PaymentMethodConfigurationKrCardArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationKrCardDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Link = new Stripe.Inputs.PaymentMethodConfigurationLinkArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationLinkDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        MbWay = new Stripe.Inputs.PaymentMethodConfigurationMbWayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationMbWayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Mobilepay = new Stripe.Inputs.PaymentMethodConfigurationMobilepayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationMobilepayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Multibanco = new Stripe.Inputs.PaymentMethodConfigurationMultibancoArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationMultibancoDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Name = "string",
        NaverPay = new Stripe.Inputs.PaymentMethodConfigurationNaverPayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationNaverPayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        NzBankAccount = new Stripe.Inputs.PaymentMethodConfigurationNzBankAccountArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationNzBankAccountDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Oxxo = new Stripe.Inputs.PaymentMethodConfigurationOxxoArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationOxxoDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        P24 = new Stripe.Inputs.PaymentMethodConfigurationP24Args
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationP24DisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Parent = "string",
        PayByBank = new Stripe.Inputs.PaymentMethodConfigurationPayByBankArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPayByBankDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Payco = new Stripe.Inputs.PaymentMethodConfigurationPaycoArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPaycoDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Paynow = new Stripe.Inputs.PaymentMethodConfigurationPaynowArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPaynowDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Paypal = new Stripe.Inputs.PaymentMethodConfigurationPaypalArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPaypalDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Payto = new Stripe.Inputs.PaymentMethodConfigurationPaytoArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPaytoDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Pix = new Stripe.Inputs.PaymentMethodConfigurationPixArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPixDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Promptpay = new Stripe.Inputs.PaymentMethodConfigurationPromptpayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationPromptpayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        RevolutPay = new Stripe.Inputs.PaymentMethodConfigurationRevolutPayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationRevolutPayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        SamsungPay = new Stripe.Inputs.PaymentMethodConfigurationSamsungPayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationSamsungPayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Satispay = new Stripe.Inputs.PaymentMethodConfigurationSatispayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationSatispayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Scalapay = new Stripe.Inputs.PaymentMethodConfigurationScalapayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationScalapayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        SepaDebit = new Stripe.Inputs.PaymentMethodConfigurationSepaDebitArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationSepaDebitDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Sofort = new Stripe.Inputs.PaymentMethodConfigurationSofortArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationSofortDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Sunbit = new Stripe.Inputs.PaymentMethodConfigurationSunbitArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationSunbitDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Swish = new Stripe.Inputs.PaymentMethodConfigurationSwishArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationSwishDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Twint = new Stripe.Inputs.PaymentMethodConfigurationTwintArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationTwintDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Upi = new Stripe.Inputs.PaymentMethodConfigurationUpiArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationUpiDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        UsBankAccount = new Stripe.Inputs.PaymentMethodConfigurationUsBankAccountArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationUsBankAccountDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        WechatPay = new Stripe.Inputs.PaymentMethodConfigurationWechatPayArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationWechatPayDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
        Zip = new Stripe.Inputs.PaymentMethodConfigurationZipArgs
        {
            Available = false,
            DisplayPreference = new Stripe.Inputs.PaymentMethodConfigurationZipDisplayPreferenceArgs
            {
                Overridable = false,
                Preference = "string",
                Value = "string",
            },
        },
    });
    
    example, err := stripe.NewPaymentMethodConfiguration(ctx, "paymentMethodConfigurationResource", &stripe.PaymentMethodConfigurationArgs{
    	AcssDebit: &stripe.PaymentMethodConfigurationAcssDebitArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAcssDebitDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Active: pulumi.Bool(false),
    	Affirm: &stripe.PaymentMethodConfigurationAffirmArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAffirmDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	AfterpayClearpay: &stripe.PaymentMethodConfigurationAfterpayClearpayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAfterpayClearpayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Alipay: &stripe.PaymentMethodConfigurationAlipayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAlipayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Alma: &stripe.PaymentMethodConfigurationAlmaArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAlmaDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	AmazonPay: &stripe.PaymentMethodConfigurationAmazonPayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAmazonPayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	ApplePay: &stripe.PaymentMethodConfigurationApplePayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationApplePayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	ApplePayLater: &stripe.PaymentMethodConfigurationApplePayLaterArgs{
    		DisplayPreference: &stripe.PaymentMethodConfigurationApplePayLaterDisplayPreferenceArgs{
    			Preference: pulumi.String("string"),
    		},
    	},
    	AuBecsDebit: &stripe.PaymentMethodConfigurationAuBecsDebitArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationAuBecsDebitDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	BacsDebit: &stripe.PaymentMethodConfigurationBacsDebitArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationBacsDebitDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Bancontact: &stripe.PaymentMethodConfigurationBancontactArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationBancontactDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Billie: &stripe.PaymentMethodConfigurationBillieArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationBillieDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Bizum: &stripe.PaymentMethodConfigurationBizumArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationBizumDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Blik: &stripe.PaymentMethodConfigurationBlikArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationBlikDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Boleto: &stripe.PaymentMethodConfigurationBoletoArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationBoletoDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Card: &stripe.PaymentMethodConfigurationCardArgs{
    		DisplayPreference: &stripe.PaymentMethodConfigurationCardDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    		},
    	},
    	CartesBancaires: &stripe.PaymentMethodConfigurationCartesBancairesArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationCartesBancairesDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Cashapp: &stripe.PaymentMethodConfigurationCashappArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationCashappDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Crypto: &stripe.PaymentMethodConfigurationCryptoArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationCryptoDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	CustomerBalance: &stripe.PaymentMethodConfigurationCustomerBalanceArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationCustomerBalanceDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Eps: &stripe.PaymentMethodConfigurationEpsArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationEpsDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Fpx: &stripe.PaymentMethodConfigurationFpxArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationFpxDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Giropay: &stripe.PaymentMethodConfigurationGiropayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationGiropayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	GooglePay: &stripe.PaymentMethodConfigurationGooglePayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationGooglePayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Grabpay: &stripe.PaymentMethodConfigurationGrabpayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationGrabpayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Ideal: &stripe.PaymentMethodConfigurationIdealArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationIdealDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Jcb: &stripe.PaymentMethodConfigurationJcbArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationJcbDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	KakaoPay: &stripe.PaymentMethodConfigurationKakaoPayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationKakaoPayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Klarna: &stripe.PaymentMethodConfigurationKlarnaArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationKlarnaDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Konbini: &stripe.PaymentMethodConfigurationKonbiniArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationKonbiniDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	KrCard: &stripe.PaymentMethodConfigurationKrCardArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationKrCardDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Link: &stripe.PaymentMethodConfigurationLinkArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationLinkDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	MbWay: &stripe.PaymentMethodConfigurationMbWayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationMbWayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Mobilepay: &stripe.PaymentMethodConfigurationMobilepayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationMobilepayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Multibanco: &stripe.PaymentMethodConfigurationMultibancoArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationMultibancoDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Name: pulumi.String("string"),
    	NaverPay: &stripe.PaymentMethodConfigurationNaverPayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationNaverPayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	NzBankAccount: &stripe.PaymentMethodConfigurationNzBankAccountArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationNzBankAccountDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Oxxo: &stripe.PaymentMethodConfigurationOxxoArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationOxxoDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	P24: &stripe.PaymentMethodConfigurationP24Args{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationP24DisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Parent: pulumi.String("string"),
    	PayByBank: &stripe.PaymentMethodConfigurationPayByBankArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPayByBankDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Payco: &stripe.PaymentMethodConfigurationPaycoArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPaycoDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Paynow: &stripe.PaymentMethodConfigurationPaynowArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPaynowDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Paypal: &stripe.PaymentMethodConfigurationPaypalArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPaypalDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Payto: &stripe.PaymentMethodConfigurationPaytoArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPaytoDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Pix: &stripe.PaymentMethodConfigurationPixArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPixDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Promptpay: &stripe.PaymentMethodConfigurationPromptpayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationPromptpayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	RevolutPay: &stripe.PaymentMethodConfigurationRevolutPayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationRevolutPayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	SamsungPay: &stripe.PaymentMethodConfigurationSamsungPayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationSamsungPayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Satispay: &stripe.PaymentMethodConfigurationSatispayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationSatispayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Scalapay: &stripe.PaymentMethodConfigurationScalapayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationScalapayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	SepaDebit: &stripe.PaymentMethodConfigurationSepaDebitArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationSepaDebitDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Sofort: &stripe.PaymentMethodConfigurationSofortArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationSofortDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Sunbit: &stripe.PaymentMethodConfigurationSunbitArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationSunbitDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Swish: &stripe.PaymentMethodConfigurationSwishArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationSwishDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Twint: &stripe.PaymentMethodConfigurationTwintArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationTwintDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Upi: &stripe.PaymentMethodConfigurationUpiArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationUpiDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	UsBankAccount: &stripe.PaymentMethodConfigurationUsBankAccountArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationUsBankAccountDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	WechatPay: &stripe.PaymentMethodConfigurationWechatPayArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationWechatPayDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    	Zip: &stripe.PaymentMethodConfigurationZipArgs{
    		Available: pulumi.Bool(false),
    		DisplayPreference: &stripe.PaymentMethodConfigurationZipDisplayPreferenceArgs{
    			Overridable: pulumi.Bool(false),
    			Preference:  pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    	},
    })
    
    resource "stripe_payment_method_configuration" "paymentMethodConfigurationResource" {
      lifecycle {
        create_before_destroy = true
      }
      acss_debit = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      active = false
      affirm = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      afterpay_clearpay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      alipay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      alma = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      amazon_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      apple_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      apple_pay_later = {
        display_preference = {
          preference = "string"
        }
      }
      au_becs_debit = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      bacs_debit = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      bancontact = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      billie = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      bizum = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      blik = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      boleto = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      card = {
        display_preference = {
          overridable = false
          preference  = "string"
        }
      }
      cartes_bancaires = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      cashapp = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      crypto = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      customer_balance = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      eps = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      fpx = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      giropay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      google_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      grabpay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      ideal = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      jcb = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      kakao_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      klarna = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      konbini = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      kr_card = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      link = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      mb_way = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      mobilepay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      multibanco = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      name = "string"
      naver_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      nz_bank_account = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      oxxo = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      p24 = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      parent = "string"
      pay_by_bank = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      payco = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      paynow = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      paypal = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      payto = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      pix = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      promptpay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      revolut_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      samsung_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      satispay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      scalapay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      sepa_debit = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      sofort = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      sunbit = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      swish = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      twint = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      upi = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      us_bank_account = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      wechat_pay = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
      zip = {
        available = false
        display_preference = {
          overridable = false
          preference  = "string"
          value       = "string"
        }
      }
    }
    
    var paymentMethodConfigurationResource = new PaymentMethodConfiguration("paymentMethodConfigurationResource", PaymentMethodConfigurationArgs.builder()
        .acssDebit(PaymentMethodConfigurationAcssDebitArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAcssDebitDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .active(false)
        .affirm(PaymentMethodConfigurationAffirmArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAffirmDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .afterpayClearpay(PaymentMethodConfigurationAfterpayClearpayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAfterpayClearpayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .alipay(PaymentMethodConfigurationAlipayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAlipayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .alma(PaymentMethodConfigurationAlmaArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAlmaDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .amazonPay(PaymentMethodConfigurationAmazonPayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAmazonPayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .applePay(PaymentMethodConfigurationApplePayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationApplePayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .applePayLater(PaymentMethodConfigurationApplePayLaterArgs.builder()
            .displayPreference(PaymentMethodConfigurationApplePayLaterDisplayPreferenceArgs.builder()
                .preference("string")
                .build())
            .build())
        .auBecsDebit(PaymentMethodConfigurationAuBecsDebitArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationAuBecsDebitDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .bacsDebit(PaymentMethodConfigurationBacsDebitArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationBacsDebitDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .bancontact(PaymentMethodConfigurationBancontactArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationBancontactDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .billie(PaymentMethodConfigurationBillieArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationBillieDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .bizum(PaymentMethodConfigurationBizumArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationBizumDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .blik(PaymentMethodConfigurationBlikArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationBlikDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .boleto(PaymentMethodConfigurationBoletoArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationBoletoDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .card(PaymentMethodConfigurationCardArgs.builder()
            .displayPreference(PaymentMethodConfigurationCardDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .build())
            .build())
        .cartesBancaires(PaymentMethodConfigurationCartesBancairesArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationCartesBancairesDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .cashapp(PaymentMethodConfigurationCashappArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationCashappDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .crypto(PaymentMethodConfigurationCryptoArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationCryptoDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .customerBalance(PaymentMethodConfigurationCustomerBalanceArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationCustomerBalanceDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .eps(PaymentMethodConfigurationEpsArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationEpsDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .fpx(PaymentMethodConfigurationFpxArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationFpxDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .giropay(PaymentMethodConfigurationGiropayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationGiropayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .googlePay(PaymentMethodConfigurationGooglePayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationGooglePayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .grabpay(PaymentMethodConfigurationGrabpayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationGrabpayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .ideal(PaymentMethodConfigurationIdealArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationIdealDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .jcb(PaymentMethodConfigurationJcbArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationJcbDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .kakaoPay(PaymentMethodConfigurationKakaoPayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationKakaoPayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .klarna(PaymentMethodConfigurationKlarnaArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationKlarnaDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .konbini(PaymentMethodConfigurationKonbiniArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationKonbiniDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .krCard(PaymentMethodConfigurationKrCardArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationKrCardDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .link(PaymentMethodConfigurationLinkArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationLinkDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .mbWay(PaymentMethodConfigurationMbWayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationMbWayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .mobilepay(PaymentMethodConfigurationMobilepayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationMobilepayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .multibanco(PaymentMethodConfigurationMultibancoArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationMultibancoDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .name("string")
        .naverPay(PaymentMethodConfigurationNaverPayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationNaverPayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .nzBankAccount(PaymentMethodConfigurationNzBankAccountArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationNzBankAccountDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .oxxo(PaymentMethodConfigurationOxxoArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationOxxoDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .p24(PaymentMethodConfigurationP24Args.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationP24DisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .parent("string")
        .payByBank(PaymentMethodConfigurationPayByBankArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPayByBankDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .payco(PaymentMethodConfigurationPaycoArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPaycoDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .paynow(PaymentMethodConfigurationPaynowArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPaynowDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .paypal(PaymentMethodConfigurationPaypalArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPaypalDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .payto(PaymentMethodConfigurationPaytoArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPaytoDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .pix(PaymentMethodConfigurationPixArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPixDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .promptpay(PaymentMethodConfigurationPromptpayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationPromptpayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .revolutPay(PaymentMethodConfigurationRevolutPayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationRevolutPayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .samsungPay(PaymentMethodConfigurationSamsungPayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationSamsungPayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .satispay(PaymentMethodConfigurationSatispayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationSatispayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .scalapay(PaymentMethodConfigurationScalapayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationScalapayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .sepaDebit(PaymentMethodConfigurationSepaDebitArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationSepaDebitDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .sofort(PaymentMethodConfigurationSofortArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationSofortDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .sunbit(PaymentMethodConfigurationSunbitArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationSunbitDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .swish(PaymentMethodConfigurationSwishArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationSwishDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .twint(PaymentMethodConfigurationTwintArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationTwintDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .upi(PaymentMethodConfigurationUpiArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationUpiDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .usBankAccount(PaymentMethodConfigurationUsBankAccountArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationUsBankAccountDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .wechatPay(PaymentMethodConfigurationWechatPayArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationWechatPayDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .zip(PaymentMethodConfigurationZipArgs.builder()
            .available(false)
            .displayPreference(PaymentMethodConfigurationZipDisplayPreferenceArgs.builder()
                .overridable(false)
                .preference("string")
                .value("string")
                .build())
            .build())
        .build());
    
    payment_method_configuration_resource = stripe.PaymentMethodConfiguration("paymentMethodConfigurationResource",
        acss_debit={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        active=False,
        affirm={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        afterpay_clearpay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        alipay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        alma={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        amazon_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        apple_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        apple_pay_later={
            "display_preference": {
                "preference": "string",
            },
        },
        au_becs_debit={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        bacs_debit={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        bancontact={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        billie={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        bizum={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        blik={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        boleto={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        card={
            "display_preference": {
                "overridable": False,
                "preference": "string",
            },
        },
        cartes_bancaires={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        cashapp={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        crypto={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        customer_balance={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        eps={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        fpx={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        giropay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        google_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        grabpay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        ideal={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        jcb={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        kakao_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        klarna={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        konbini={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        kr_card={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        link={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        mb_way={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        mobilepay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        multibanco={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        name="string",
        naver_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        nz_bank_account={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        oxxo={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        p24={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        parent="string",
        pay_by_bank={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        payco={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        paynow={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        paypal={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        payto={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        pix={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        promptpay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        revolut_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        samsung_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        satispay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        scalapay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        sepa_debit={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        sofort={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        sunbit={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        swish={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        twint={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        upi={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        us_bank_account={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        wechat_pay={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        },
        zip={
            "available": False,
            "display_preference": {
                "overridable": False,
                "preference": "string",
                "value": "string",
            },
        })
    
    const paymentMethodConfigurationResource = new stripe.PaymentMethodConfiguration("paymentMethodConfigurationResource", {
        acssDebit: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        active: false,
        affirm: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        afterpayClearpay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        alipay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        alma: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        amazonPay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        applePay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        applePayLater: {
            displayPreference: {
                preference: "string",
            },
        },
        auBecsDebit: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        bacsDebit: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        bancontact: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        billie: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        bizum: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        blik: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        boleto: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        card: {
            displayPreference: {
                overridable: false,
                preference: "string",
            },
        },
        cartesBancaires: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        cashapp: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        crypto: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        customerBalance: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        eps: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        fpx: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        giropay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        googlePay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        grabpay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        ideal: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        jcb: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        kakaoPay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        klarna: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        konbini: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        krCard: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        link: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        mbWay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        mobilepay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        multibanco: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        name: "string",
        naverPay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        nzBankAccount: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        oxxo: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        p24: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        parent: "string",
        payByBank: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        payco: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        paynow: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        paypal: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        payto: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        pix: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        promptpay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        revolutPay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        samsungPay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        satispay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        scalapay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        sepaDebit: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        sofort: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        sunbit: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        swish: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        twint: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        upi: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        usBankAccount: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        wechatPay: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
        zip: {
            available: false,
            displayPreference: {
                overridable: false,
                preference: "string",
                value: "string",
            },
        },
    });
    
    type: stripe:PaymentMethodConfiguration
    properties:
        acssDebit:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        active: false
        affirm:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        afterpayClearpay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        alipay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        alma:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        amazonPay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        applePay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        applePayLater:
            displayPreference:
                preference: string
        auBecsDebit:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        bacsDebit:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        bancontact:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        billie:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        bizum:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        blik:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        boleto:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        card:
            displayPreference:
                overridable: false
                preference: string
        cartesBancaires:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        cashapp:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        crypto:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        customerBalance:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        eps:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        fpx:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        giropay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        googlePay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        grabpay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        ideal:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        jcb:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        kakaoPay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        klarna:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        konbini:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        krCard:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        link:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        mbWay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        mobilepay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        multibanco:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        name: string
        naverPay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        nzBankAccount:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        oxxo:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        p24:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        parent: string
        payByBank:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        payco:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        paynow:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        paypal:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        payto:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        pix:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        promptpay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        revolutPay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        samsungPay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        satispay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        scalapay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        sepaDebit:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        sofort:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        sunbit:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        swish:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        twint:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        upi:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        usBankAccount:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        wechatPay:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
        zip:
            available: false
            displayPreference:
                overridable: false
                preference: string
                value: string
    

    PaymentMethodConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PaymentMethodConfiguration resource accepts the following input properties:

    AcssDebit PaymentMethodConfigurationAcssDebit
    Active bool
    Whether the configuration can be used for new payments.
    Affirm PaymentMethodConfigurationAffirm
    AfterpayClearpay PaymentMethodConfigurationAfterpayClearpay
    Alipay PaymentMethodConfigurationAlipay
    Alma PaymentMethodConfigurationAlma
    AmazonPay PaymentMethodConfigurationAmazonPay
    ApplePay PaymentMethodConfigurationApplePay
    ApplePayLater PaymentMethodConfigurationApplePayLater
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    AuBecsDebit PaymentMethodConfigurationAuBecsDebit
    BacsDebit PaymentMethodConfigurationBacsDebit
    Bancontact PaymentMethodConfigurationBancontact
    Billie PaymentMethodConfigurationBillie
    Bizum PaymentMethodConfigurationBizum
    Blik PaymentMethodConfigurationBlik
    Boleto PaymentMethodConfigurationBoleto
    Card PaymentMethodConfigurationCard
    CartesBancaires PaymentMethodConfigurationCartesBancaires
    Cashapp PaymentMethodConfigurationCashapp
    Crypto PaymentMethodConfigurationCrypto
    CustomerBalance PaymentMethodConfigurationCustomerBalance
    Eps PaymentMethodConfigurationEps
    Fpx PaymentMethodConfigurationFpx
    Giropay PaymentMethodConfigurationGiropay
    GooglePay PaymentMethodConfigurationGooglePay
    Grabpay PaymentMethodConfigurationGrabpay
    Ideal PaymentMethodConfigurationIdeal
    Jcb PaymentMethodConfigurationJcb
    KakaoPay PaymentMethodConfigurationKakaoPay
    Klarna PaymentMethodConfigurationKlarna
    Konbini PaymentMethodConfigurationKonbini
    KrCard PaymentMethodConfigurationKrCard
    Link PaymentMethodConfigurationLink
    MbWay PaymentMethodConfigurationMbWay
    Mobilepay PaymentMethodConfigurationMobilepay
    Multibanco PaymentMethodConfigurationMultibanco
    Name string
    The configuration's name.
    NaverPay PaymentMethodConfigurationNaverPay
    NzBankAccount PaymentMethodConfigurationNzBankAccount
    Oxxo PaymentMethodConfigurationOxxo
    P24 PaymentMethodConfigurationP24
    Parent string
    For child configs, the configuration's parent configuration.
    PayByBank PaymentMethodConfigurationPayByBank
    Payco PaymentMethodConfigurationPayco
    Paynow PaymentMethodConfigurationPaynow
    Paypal PaymentMethodConfigurationPaypal
    Payto PaymentMethodConfigurationPayto
    Pix PaymentMethodConfigurationPix
    Promptpay PaymentMethodConfigurationPromptpay
    RevolutPay PaymentMethodConfigurationRevolutPay
    SamsungPay PaymentMethodConfigurationSamsungPay
    Satispay PaymentMethodConfigurationSatispay
    Scalapay PaymentMethodConfigurationScalapay
    SepaDebit PaymentMethodConfigurationSepaDebit
    Sofort PaymentMethodConfigurationSofort
    Sunbit PaymentMethodConfigurationSunbit
    Swish PaymentMethodConfigurationSwish
    Twint PaymentMethodConfigurationTwint
    Upi PaymentMethodConfigurationUpi
    UsBankAccount PaymentMethodConfigurationUsBankAccount
    WechatPay PaymentMethodConfigurationWechatPay
    Zip PaymentMethodConfigurationZip
    AcssDebit PaymentMethodConfigurationAcssDebitArgs
    Active bool
    Whether the configuration can be used for new payments.
    Affirm PaymentMethodConfigurationAffirmArgs
    AfterpayClearpay PaymentMethodConfigurationAfterpayClearpayArgs
    Alipay PaymentMethodConfigurationAlipayArgs
    Alma PaymentMethodConfigurationAlmaArgs
    AmazonPay PaymentMethodConfigurationAmazonPayArgs
    ApplePay PaymentMethodConfigurationApplePayArgs
    ApplePayLater PaymentMethodConfigurationApplePayLaterArgs
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    AuBecsDebit PaymentMethodConfigurationAuBecsDebitArgs
    BacsDebit PaymentMethodConfigurationBacsDebitArgs
    Bancontact PaymentMethodConfigurationBancontactArgs
    Billie PaymentMethodConfigurationBillieArgs
    Bizum PaymentMethodConfigurationBizumArgs
    Blik PaymentMethodConfigurationBlikArgs
    Boleto PaymentMethodConfigurationBoletoArgs
    Card PaymentMethodConfigurationCardArgs
    CartesBancaires PaymentMethodConfigurationCartesBancairesArgs
    Cashapp PaymentMethodConfigurationCashappArgs
    Crypto PaymentMethodConfigurationCryptoArgs
    CustomerBalance PaymentMethodConfigurationCustomerBalanceArgs
    Eps PaymentMethodConfigurationEpsArgs
    Fpx PaymentMethodConfigurationFpxArgs
    Giropay PaymentMethodConfigurationGiropayArgs
    GooglePay PaymentMethodConfigurationGooglePayArgs
    Grabpay PaymentMethodConfigurationGrabpayArgs
    Ideal PaymentMethodConfigurationIdealArgs
    Jcb PaymentMethodConfigurationJcbArgs
    KakaoPay PaymentMethodConfigurationKakaoPayArgs
    Klarna PaymentMethodConfigurationKlarnaArgs
    Konbini PaymentMethodConfigurationKonbiniArgs
    KrCard PaymentMethodConfigurationKrCardArgs
    Link PaymentMethodConfigurationLinkArgs
    MbWay PaymentMethodConfigurationMbWayArgs
    Mobilepay PaymentMethodConfigurationMobilepayArgs
    Multibanco PaymentMethodConfigurationMultibancoArgs
    Name string
    The configuration's name.
    NaverPay PaymentMethodConfigurationNaverPayArgs
    NzBankAccount PaymentMethodConfigurationNzBankAccountArgs
    Oxxo PaymentMethodConfigurationOxxoArgs
    P24 PaymentMethodConfigurationP24Args
    Parent string
    For child configs, the configuration's parent configuration.
    PayByBank PaymentMethodConfigurationPayByBankArgs
    Payco PaymentMethodConfigurationPaycoArgs
    Paynow PaymentMethodConfigurationPaynowArgs
    Paypal PaymentMethodConfigurationPaypalArgs
    Payto PaymentMethodConfigurationPaytoArgs
    Pix PaymentMethodConfigurationPixArgs
    Promptpay PaymentMethodConfigurationPromptpayArgs
    RevolutPay PaymentMethodConfigurationRevolutPayArgs
    SamsungPay PaymentMethodConfigurationSamsungPayArgs
    Satispay PaymentMethodConfigurationSatispayArgs
    Scalapay PaymentMethodConfigurationScalapayArgs
    SepaDebit PaymentMethodConfigurationSepaDebitArgs
    Sofort PaymentMethodConfigurationSofortArgs
    Sunbit PaymentMethodConfigurationSunbitArgs
    Swish PaymentMethodConfigurationSwishArgs
    Twint PaymentMethodConfigurationTwintArgs
    Upi PaymentMethodConfigurationUpiArgs
    UsBankAccount PaymentMethodConfigurationUsBankAccountArgs
    WechatPay PaymentMethodConfigurationWechatPayArgs
    Zip PaymentMethodConfigurationZipArgs
    acss_debit object
    active bool
    Whether the configuration can be used for new payments.
    affirm object
    afterpay_clearpay object
    alipay object
    alma object
    amazon_pay object
    apple_pay object
    apple_pay_later object
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    au_becs_debit object
    bacs_debit object
    bancontact object
    billie object
    bizum object
    blik object
    boleto object
    card object
    cartes_bancaires object
    cashapp object
    crypto object
    customer_balance object
    eps object
    fpx object
    giropay object
    google_pay object
    grabpay object
    ideal object
    jcb object
    kakao_pay object
    klarna object
    konbini object
    kr_card object
    link object
    mb_way object
    mobilepay object
    multibanco object
    name string
    The configuration's name.
    naver_pay object
    nz_bank_account object
    oxxo object
    p24 object
    parent string
    For child configs, the configuration's parent configuration.
    pay_by_bank object
    payco object
    paynow object
    paypal object
    payto object
    pix object
    promptpay object
    revolut_pay object
    samsung_pay object
    satispay object
    scalapay object
    sepa_debit object
    sofort object
    sunbit object
    swish object
    twint object
    upi object
    us_bank_account object
    wechat_pay object
    zip object
    acssDebit PaymentMethodConfigurationAcssDebit
    active Boolean
    Whether the configuration can be used for new payments.
    affirm PaymentMethodConfigurationAffirm
    afterpayClearpay PaymentMethodConfigurationAfterpayClearpay
    alipay PaymentMethodConfigurationAlipay
    alma PaymentMethodConfigurationAlma
    amazonPay PaymentMethodConfigurationAmazonPay
    applePay PaymentMethodConfigurationApplePay
    applePayLater PaymentMethodConfigurationApplePayLater
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    auBecsDebit PaymentMethodConfigurationAuBecsDebit
    bacsDebit PaymentMethodConfigurationBacsDebit
    bancontact PaymentMethodConfigurationBancontact
    billie PaymentMethodConfigurationBillie
    bizum PaymentMethodConfigurationBizum
    blik PaymentMethodConfigurationBlik
    boleto PaymentMethodConfigurationBoleto
    card PaymentMethodConfigurationCard
    cartesBancaires PaymentMethodConfigurationCartesBancaires
    cashapp PaymentMethodConfigurationCashapp
    crypto PaymentMethodConfigurationCrypto
    customerBalance PaymentMethodConfigurationCustomerBalance
    eps PaymentMethodConfigurationEps
    fpx PaymentMethodConfigurationFpx
    giropay PaymentMethodConfigurationGiropay
    googlePay PaymentMethodConfigurationGooglePay
    grabpay PaymentMethodConfigurationGrabpay
    ideal PaymentMethodConfigurationIdeal
    jcb PaymentMethodConfigurationJcb
    kakaoPay PaymentMethodConfigurationKakaoPay
    klarna PaymentMethodConfigurationKlarna
    konbini PaymentMethodConfigurationKonbini
    krCard PaymentMethodConfigurationKrCard
    link PaymentMethodConfigurationLink
    mbWay PaymentMethodConfigurationMbWay
    mobilepay PaymentMethodConfigurationMobilepay
    multibanco PaymentMethodConfigurationMultibanco
    name String
    The configuration's name.
    naverPay PaymentMethodConfigurationNaverPay
    nzBankAccount PaymentMethodConfigurationNzBankAccount
    oxxo PaymentMethodConfigurationOxxo
    p24 PaymentMethodConfigurationP24
    parent String
    For child configs, the configuration's parent configuration.
    payByBank PaymentMethodConfigurationPayByBank
    payco PaymentMethodConfigurationPayco
    paynow PaymentMethodConfigurationPaynow
    paypal PaymentMethodConfigurationPaypal
    payto PaymentMethodConfigurationPayto
    pix PaymentMethodConfigurationPix
    promptpay PaymentMethodConfigurationPromptpay
    revolutPay PaymentMethodConfigurationRevolutPay
    samsungPay PaymentMethodConfigurationSamsungPay
    satispay PaymentMethodConfigurationSatispay
    scalapay PaymentMethodConfigurationScalapay
    sepaDebit PaymentMethodConfigurationSepaDebit
    sofort PaymentMethodConfigurationSofort
    sunbit PaymentMethodConfigurationSunbit
    swish PaymentMethodConfigurationSwish
    twint PaymentMethodConfigurationTwint
    upi PaymentMethodConfigurationUpi
    usBankAccount PaymentMethodConfigurationUsBankAccount
    wechatPay PaymentMethodConfigurationWechatPay
    zip PaymentMethodConfigurationZip
    acssDebit PaymentMethodConfigurationAcssDebit
    active boolean
    Whether the configuration can be used for new payments.
    affirm PaymentMethodConfigurationAffirm
    afterpayClearpay PaymentMethodConfigurationAfterpayClearpay
    alipay PaymentMethodConfigurationAlipay
    alma PaymentMethodConfigurationAlma
    amazonPay PaymentMethodConfigurationAmazonPay
    applePay PaymentMethodConfigurationApplePay
    applePayLater PaymentMethodConfigurationApplePayLater
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    auBecsDebit PaymentMethodConfigurationAuBecsDebit
    bacsDebit PaymentMethodConfigurationBacsDebit
    bancontact PaymentMethodConfigurationBancontact
    billie PaymentMethodConfigurationBillie
    bizum PaymentMethodConfigurationBizum
    blik PaymentMethodConfigurationBlik
    boleto PaymentMethodConfigurationBoleto
    card PaymentMethodConfigurationCard
    cartesBancaires PaymentMethodConfigurationCartesBancaires
    cashapp PaymentMethodConfigurationCashapp
    crypto PaymentMethodConfigurationCrypto
    customerBalance PaymentMethodConfigurationCustomerBalance
    eps PaymentMethodConfigurationEps
    fpx PaymentMethodConfigurationFpx
    giropay PaymentMethodConfigurationGiropay
    googlePay PaymentMethodConfigurationGooglePay
    grabpay PaymentMethodConfigurationGrabpay
    ideal PaymentMethodConfigurationIdeal
    jcb PaymentMethodConfigurationJcb
    kakaoPay PaymentMethodConfigurationKakaoPay
    klarna PaymentMethodConfigurationKlarna
    konbini PaymentMethodConfigurationKonbini
    krCard PaymentMethodConfigurationKrCard
    link PaymentMethodConfigurationLink
    mbWay PaymentMethodConfigurationMbWay
    mobilepay PaymentMethodConfigurationMobilepay
    multibanco PaymentMethodConfigurationMultibanco
    name string
    The configuration's name.
    naverPay PaymentMethodConfigurationNaverPay
    nzBankAccount PaymentMethodConfigurationNzBankAccount
    oxxo PaymentMethodConfigurationOxxo
    p24 PaymentMethodConfigurationP24
    parent string
    For child configs, the configuration's parent configuration.
    payByBank PaymentMethodConfigurationPayByBank
    payco PaymentMethodConfigurationPayco
    paynow PaymentMethodConfigurationPaynow
    paypal PaymentMethodConfigurationPaypal
    payto PaymentMethodConfigurationPayto
    pix PaymentMethodConfigurationPix
    promptpay PaymentMethodConfigurationPromptpay
    revolutPay PaymentMethodConfigurationRevolutPay
    samsungPay PaymentMethodConfigurationSamsungPay
    satispay PaymentMethodConfigurationSatispay
    scalapay PaymentMethodConfigurationScalapay
    sepaDebit PaymentMethodConfigurationSepaDebit
    sofort PaymentMethodConfigurationSofort
    sunbit PaymentMethodConfigurationSunbit
    swish PaymentMethodConfigurationSwish
    twint PaymentMethodConfigurationTwint
    upi PaymentMethodConfigurationUpi
    usBankAccount PaymentMethodConfigurationUsBankAccount
    wechatPay PaymentMethodConfigurationWechatPay
    zip PaymentMethodConfigurationZip
    acss_debit PaymentMethodConfigurationAcssDebitArgs
    active bool
    Whether the configuration can be used for new payments.
    affirm PaymentMethodConfigurationAffirmArgs
    afterpay_clearpay PaymentMethodConfigurationAfterpayClearpayArgs
    alipay PaymentMethodConfigurationAlipayArgs
    alma PaymentMethodConfigurationAlmaArgs
    amazon_pay PaymentMethodConfigurationAmazonPayArgs
    apple_pay PaymentMethodConfigurationApplePayArgs
    apple_pay_later PaymentMethodConfigurationApplePayLaterArgs
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    au_becs_debit PaymentMethodConfigurationAuBecsDebitArgs
    bacs_debit PaymentMethodConfigurationBacsDebitArgs
    bancontact PaymentMethodConfigurationBancontactArgs
    billie PaymentMethodConfigurationBillieArgs
    bizum PaymentMethodConfigurationBizumArgs
    blik PaymentMethodConfigurationBlikArgs
    boleto PaymentMethodConfigurationBoletoArgs
    card PaymentMethodConfigurationCardArgs
    cartes_bancaires PaymentMethodConfigurationCartesBancairesArgs
    cashapp PaymentMethodConfigurationCashappArgs
    crypto PaymentMethodConfigurationCryptoArgs
    customer_balance PaymentMethodConfigurationCustomerBalanceArgs
    eps PaymentMethodConfigurationEpsArgs
    fpx PaymentMethodConfigurationFpxArgs
    giropay PaymentMethodConfigurationGiropayArgs
    google_pay PaymentMethodConfigurationGooglePayArgs
    grabpay PaymentMethodConfigurationGrabpayArgs
    ideal PaymentMethodConfigurationIdealArgs
    jcb PaymentMethodConfigurationJcbArgs
    kakao_pay PaymentMethodConfigurationKakaoPayArgs
    klarna PaymentMethodConfigurationKlarnaArgs
    konbini PaymentMethodConfigurationKonbiniArgs
    kr_card PaymentMethodConfigurationKrCardArgs
    link PaymentMethodConfigurationLinkArgs
    mb_way PaymentMethodConfigurationMbWayArgs
    mobilepay PaymentMethodConfigurationMobilepayArgs
    multibanco PaymentMethodConfigurationMultibancoArgs
    name str
    The configuration's name.
    naver_pay PaymentMethodConfigurationNaverPayArgs
    nz_bank_account PaymentMethodConfigurationNzBankAccountArgs
    oxxo PaymentMethodConfigurationOxxoArgs
    p24 PaymentMethodConfigurationP24Args
    parent str
    For child configs, the configuration's parent configuration.
    pay_by_bank PaymentMethodConfigurationPayByBankArgs
    payco PaymentMethodConfigurationPaycoArgs
    paynow PaymentMethodConfigurationPaynowArgs
    paypal PaymentMethodConfigurationPaypalArgs
    payto PaymentMethodConfigurationPaytoArgs
    pix PaymentMethodConfigurationPixArgs
    promptpay PaymentMethodConfigurationPromptpayArgs
    revolut_pay PaymentMethodConfigurationRevolutPayArgs
    samsung_pay PaymentMethodConfigurationSamsungPayArgs
    satispay PaymentMethodConfigurationSatispayArgs
    scalapay PaymentMethodConfigurationScalapayArgs
    sepa_debit PaymentMethodConfigurationSepaDebitArgs
    sofort PaymentMethodConfigurationSofortArgs
    sunbit PaymentMethodConfigurationSunbitArgs
    swish PaymentMethodConfigurationSwishArgs
    twint PaymentMethodConfigurationTwintArgs
    upi PaymentMethodConfigurationUpiArgs
    us_bank_account PaymentMethodConfigurationUsBankAccountArgs
    wechat_pay PaymentMethodConfigurationWechatPayArgs
    zip PaymentMethodConfigurationZipArgs
    acssDebit Property Map
    active Boolean
    Whether the configuration can be used for new payments.
    affirm Property Map
    afterpayClearpay Property Map
    alipay Property Map
    alma Property Map
    amazonPay Property Map
    applePay Property Map
    applePayLater Property Map
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    auBecsDebit Property Map
    bacsDebit Property Map
    bancontact Property Map
    billie Property Map
    bizum Property Map
    blik Property Map
    boleto Property Map
    card Property Map
    cartesBancaires Property Map
    cashapp Property Map
    crypto Property Map
    customerBalance Property Map
    eps Property Map
    fpx Property Map
    giropay Property Map
    googlePay Property Map
    grabpay Property Map
    ideal Property Map
    jcb Property Map
    kakaoPay Property Map
    klarna Property Map
    konbini Property Map
    krCard Property Map
    link Property Map
    mbWay Property Map
    mobilepay Property Map
    multibanco Property Map
    name String
    The configuration's name.
    naverPay Property Map
    nzBankAccount Property Map
    oxxo Property Map
    p24 Property Map
    parent String
    For child configs, the configuration's parent configuration.
    payByBank Property Map
    payco Property Map
    paynow Property Map
    paypal Property Map
    payto Property Map
    pix Property Map
    promptpay Property Map
    revolutPay Property Map
    samsungPay Property Map
    satispay Property Map
    scalapay Property Map
    sepaDebit Property Map
    sofort Property Map
    sunbit Property Map
    swish Property Map
    twint Property Map
    upi Property Map
    usBankAccount Property Map
    wechatPay Property Map
    zip Property Map

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PaymentMethodConfiguration resource produces the following output properties:

    Application string
    For child configs, the Connect application associated with the configuration.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsDefault bool
    The default configuration is used whenever a payment method configuration is not specified.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Application string
    For child configs, the Connect application associated with the configuration.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsDefault bool
    The default configuration is used whenever a payment method configuration is not specified.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    application string
    For child configs, the Connect application associated with the configuration.
    id string
    The provider-assigned unique ID for this managed resource.
    is_default bool
    The default configuration is used whenever a payment method configuration is not specified.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    application String
    For child configs, the Connect application associated with the configuration.
    id String
    The provider-assigned unique ID for this managed resource.
    isDefault Boolean
    The default configuration is used whenever a payment method configuration is not specified.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    application string
    For child configs, the Connect application associated with the configuration.
    id string
    The provider-assigned unique ID for this managed resource.
    isDefault boolean
    The default configuration is used whenever a payment method configuration is not specified.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    application str
    For child configs, the Connect application associated with the configuration.
    id str
    The provider-assigned unique ID for this managed resource.
    is_default bool
    The default configuration is used whenever a payment method configuration is not specified.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    application String
    For child configs, the Connect application associated with the configuration.
    id String
    The provider-assigned unique ID for this managed resource.
    isDefault Boolean
    The default configuration is used whenever a payment method configuration is not specified.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.

    Look up Existing PaymentMethodConfiguration Resource

    Get an existing PaymentMethodConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PaymentMethodConfigurationState, opts?: CustomResourceOptions): PaymentMethodConfiguration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            acss_debit: Optional[PaymentMethodConfigurationAcssDebitArgs] = None,
            active: Optional[bool] = None,
            affirm: Optional[PaymentMethodConfigurationAffirmArgs] = None,
            afterpay_clearpay: Optional[PaymentMethodConfigurationAfterpayClearpayArgs] = None,
            alipay: Optional[PaymentMethodConfigurationAlipayArgs] = None,
            alma: Optional[PaymentMethodConfigurationAlmaArgs] = None,
            amazon_pay: Optional[PaymentMethodConfigurationAmazonPayArgs] = None,
            apple_pay: Optional[PaymentMethodConfigurationApplePayArgs] = None,
            apple_pay_later: Optional[PaymentMethodConfigurationApplePayLaterArgs] = None,
            application: Optional[str] = None,
            au_becs_debit: Optional[PaymentMethodConfigurationAuBecsDebitArgs] = None,
            bacs_debit: Optional[PaymentMethodConfigurationBacsDebitArgs] = None,
            bancontact: Optional[PaymentMethodConfigurationBancontactArgs] = None,
            billie: Optional[PaymentMethodConfigurationBillieArgs] = None,
            bizum: Optional[PaymentMethodConfigurationBizumArgs] = None,
            blik: Optional[PaymentMethodConfigurationBlikArgs] = None,
            boleto: Optional[PaymentMethodConfigurationBoletoArgs] = None,
            card: Optional[PaymentMethodConfigurationCardArgs] = None,
            cartes_bancaires: Optional[PaymentMethodConfigurationCartesBancairesArgs] = None,
            cashapp: Optional[PaymentMethodConfigurationCashappArgs] = None,
            crypto: Optional[PaymentMethodConfigurationCryptoArgs] = None,
            customer_balance: Optional[PaymentMethodConfigurationCustomerBalanceArgs] = None,
            eps: Optional[PaymentMethodConfigurationEpsArgs] = None,
            fpx: Optional[PaymentMethodConfigurationFpxArgs] = None,
            giropay: Optional[PaymentMethodConfigurationGiropayArgs] = None,
            google_pay: Optional[PaymentMethodConfigurationGooglePayArgs] = None,
            grabpay: Optional[PaymentMethodConfigurationGrabpayArgs] = None,
            ideal: Optional[PaymentMethodConfigurationIdealArgs] = None,
            is_default: Optional[bool] = None,
            jcb: Optional[PaymentMethodConfigurationJcbArgs] = None,
            kakao_pay: Optional[PaymentMethodConfigurationKakaoPayArgs] = None,
            klarna: Optional[PaymentMethodConfigurationKlarnaArgs] = None,
            konbini: Optional[PaymentMethodConfigurationKonbiniArgs] = None,
            kr_card: Optional[PaymentMethodConfigurationKrCardArgs] = None,
            link: Optional[PaymentMethodConfigurationLinkArgs] = None,
            livemode: Optional[bool] = None,
            mb_way: Optional[PaymentMethodConfigurationMbWayArgs] = None,
            mobilepay: Optional[PaymentMethodConfigurationMobilepayArgs] = None,
            multibanco: Optional[PaymentMethodConfigurationMultibancoArgs] = None,
            name: Optional[str] = None,
            naver_pay: Optional[PaymentMethodConfigurationNaverPayArgs] = None,
            nz_bank_account: Optional[PaymentMethodConfigurationNzBankAccountArgs] = None,
            object: Optional[str] = None,
            oxxo: Optional[PaymentMethodConfigurationOxxoArgs] = None,
            p24: Optional[PaymentMethodConfigurationP24Args] = None,
            parent: Optional[str] = None,
            pay_by_bank: Optional[PaymentMethodConfigurationPayByBankArgs] = None,
            payco: Optional[PaymentMethodConfigurationPaycoArgs] = None,
            paynow: Optional[PaymentMethodConfigurationPaynowArgs] = None,
            paypal: Optional[PaymentMethodConfigurationPaypalArgs] = None,
            payto: Optional[PaymentMethodConfigurationPaytoArgs] = None,
            pix: Optional[PaymentMethodConfigurationPixArgs] = None,
            promptpay: Optional[PaymentMethodConfigurationPromptpayArgs] = None,
            revolut_pay: Optional[PaymentMethodConfigurationRevolutPayArgs] = None,
            samsung_pay: Optional[PaymentMethodConfigurationSamsungPayArgs] = None,
            satispay: Optional[PaymentMethodConfigurationSatispayArgs] = None,
            scalapay: Optional[PaymentMethodConfigurationScalapayArgs] = None,
            sepa_debit: Optional[PaymentMethodConfigurationSepaDebitArgs] = None,
            sofort: Optional[PaymentMethodConfigurationSofortArgs] = None,
            sunbit: Optional[PaymentMethodConfigurationSunbitArgs] = None,
            swish: Optional[PaymentMethodConfigurationSwishArgs] = None,
            twint: Optional[PaymentMethodConfigurationTwintArgs] = None,
            upi: Optional[PaymentMethodConfigurationUpiArgs] = None,
            us_bank_account: Optional[PaymentMethodConfigurationUsBankAccountArgs] = None,
            wechat_pay: Optional[PaymentMethodConfigurationWechatPayArgs] = None,
            zip: Optional[PaymentMethodConfigurationZipArgs] = None) -> PaymentMethodConfiguration
    func GetPaymentMethodConfiguration(ctx *Context, name string, id IDInput, state *PaymentMethodConfigurationState, opts ...ResourceOption) (*PaymentMethodConfiguration, error)
    public static PaymentMethodConfiguration Get(string name, Input<string> id, PaymentMethodConfigurationState? state, CustomResourceOptions? opts = null)
    public static PaymentMethodConfiguration get(String name, Output<String> id, PaymentMethodConfigurationState state, CustomResourceOptions options)
    resources:  _:    type: stripe:PaymentMethodConfiguration    get:      id: ${id}
    import {
      to = stripe_payment_method_configuration.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AcssDebit PaymentMethodConfigurationAcssDebit
    Active bool
    Whether the configuration can be used for new payments.
    Affirm PaymentMethodConfigurationAffirm
    AfterpayClearpay PaymentMethodConfigurationAfterpayClearpay
    Alipay PaymentMethodConfigurationAlipay
    Alma PaymentMethodConfigurationAlma
    AmazonPay PaymentMethodConfigurationAmazonPay
    ApplePay PaymentMethodConfigurationApplePay
    ApplePayLater PaymentMethodConfigurationApplePayLater
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    Application string
    For child configs, the Connect application associated with the configuration.
    AuBecsDebit PaymentMethodConfigurationAuBecsDebit
    BacsDebit PaymentMethodConfigurationBacsDebit
    Bancontact PaymentMethodConfigurationBancontact
    Billie PaymentMethodConfigurationBillie
    Bizum PaymentMethodConfigurationBizum
    Blik PaymentMethodConfigurationBlik
    Boleto PaymentMethodConfigurationBoleto
    Card PaymentMethodConfigurationCard
    CartesBancaires PaymentMethodConfigurationCartesBancaires
    Cashapp PaymentMethodConfigurationCashapp
    Crypto PaymentMethodConfigurationCrypto
    CustomerBalance PaymentMethodConfigurationCustomerBalance
    Eps PaymentMethodConfigurationEps
    Fpx PaymentMethodConfigurationFpx
    Giropay PaymentMethodConfigurationGiropay
    GooglePay PaymentMethodConfigurationGooglePay
    Grabpay PaymentMethodConfigurationGrabpay
    Ideal PaymentMethodConfigurationIdeal
    IsDefault bool
    The default configuration is used whenever a payment method configuration is not specified.
    Jcb PaymentMethodConfigurationJcb
    KakaoPay PaymentMethodConfigurationKakaoPay
    Klarna PaymentMethodConfigurationKlarna
    Konbini PaymentMethodConfigurationKonbini
    KrCard PaymentMethodConfigurationKrCard
    Link PaymentMethodConfigurationLink
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    MbWay PaymentMethodConfigurationMbWay
    Mobilepay PaymentMethodConfigurationMobilepay
    Multibanco PaymentMethodConfigurationMultibanco
    Name string
    The configuration's name.
    NaverPay PaymentMethodConfigurationNaverPay
    NzBankAccount PaymentMethodConfigurationNzBankAccount
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Oxxo PaymentMethodConfigurationOxxo
    P24 PaymentMethodConfigurationP24
    Parent string
    For child configs, the configuration's parent configuration.
    PayByBank PaymentMethodConfigurationPayByBank
    Payco PaymentMethodConfigurationPayco
    Paynow PaymentMethodConfigurationPaynow
    Paypal PaymentMethodConfigurationPaypal
    Payto PaymentMethodConfigurationPayto
    Pix PaymentMethodConfigurationPix
    Promptpay PaymentMethodConfigurationPromptpay
    RevolutPay PaymentMethodConfigurationRevolutPay
    SamsungPay PaymentMethodConfigurationSamsungPay
    Satispay PaymentMethodConfigurationSatispay
    Scalapay PaymentMethodConfigurationScalapay
    SepaDebit PaymentMethodConfigurationSepaDebit
    Sofort PaymentMethodConfigurationSofort
    Sunbit PaymentMethodConfigurationSunbit
    Swish PaymentMethodConfigurationSwish
    Twint PaymentMethodConfigurationTwint
    Upi PaymentMethodConfigurationUpi
    UsBankAccount PaymentMethodConfigurationUsBankAccount
    WechatPay PaymentMethodConfigurationWechatPay
    Zip PaymentMethodConfigurationZip
    AcssDebit PaymentMethodConfigurationAcssDebitArgs
    Active bool
    Whether the configuration can be used for new payments.
    Affirm PaymentMethodConfigurationAffirmArgs
    AfterpayClearpay PaymentMethodConfigurationAfterpayClearpayArgs
    Alipay PaymentMethodConfigurationAlipayArgs
    Alma PaymentMethodConfigurationAlmaArgs
    AmazonPay PaymentMethodConfigurationAmazonPayArgs
    ApplePay PaymentMethodConfigurationApplePayArgs
    ApplePayLater PaymentMethodConfigurationApplePayLaterArgs
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    Application string
    For child configs, the Connect application associated with the configuration.
    AuBecsDebit PaymentMethodConfigurationAuBecsDebitArgs
    BacsDebit PaymentMethodConfigurationBacsDebitArgs
    Bancontact PaymentMethodConfigurationBancontactArgs
    Billie PaymentMethodConfigurationBillieArgs
    Bizum PaymentMethodConfigurationBizumArgs
    Blik PaymentMethodConfigurationBlikArgs
    Boleto PaymentMethodConfigurationBoletoArgs
    Card PaymentMethodConfigurationCardArgs
    CartesBancaires PaymentMethodConfigurationCartesBancairesArgs
    Cashapp PaymentMethodConfigurationCashappArgs
    Crypto PaymentMethodConfigurationCryptoArgs
    CustomerBalance PaymentMethodConfigurationCustomerBalanceArgs
    Eps PaymentMethodConfigurationEpsArgs
    Fpx PaymentMethodConfigurationFpxArgs
    Giropay PaymentMethodConfigurationGiropayArgs
    GooglePay PaymentMethodConfigurationGooglePayArgs
    Grabpay PaymentMethodConfigurationGrabpayArgs
    Ideal PaymentMethodConfigurationIdealArgs
    IsDefault bool
    The default configuration is used whenever a payment method configuration is not specified.
    Jcb PaymentMethodConfigurationJcbArgs
    KakaoPay PaymentMethodConfigurationKakaoPayArgs
    Klarna PaymentMethodConfigurationKlarnaArgs
    Konbini PaymentMethodConfigurationKonbiniArgs
    KrCard PaymentMethodConfigurationKrCardArgs
    Link PaymentMethodConfigurationLinkArgs
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    MbWay PaymentMethodConfigurationMbWayArgs
    Mobilepay PaymentMethodConfigurationMobilepayArgs
    Multibanco PaymentMethodConfigurationMultibancoArgs
    Name string
    The configuration's name.
    NaverPay PaymentMethodConfigurationNaverPayArgs
    NzBankAccount PaymentMethodConfigurationNzBankAccountArgs
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Oxxo PaymentMethodConfigurationOxxoArgs
    P24 PaymentMethodConfigurationP24Args
    Parent string
    For child configs, the configuration's parent configuration.
    PayByBank PaymentMethodConfigurationPayByBankArgs
    Payco PaymentMethodConfigurationPaycoArgs
    Paynow PaymentMethodConfigurationPaynowArgs
    Paypal PaymentMethodConfigurationPaypalArgs
    Payto PaymentMethodConfigurationPaytoArgs
    Pix PaymentMethodConfigurationPixArgs
    Promptpay PaymentMethodConfigurationPromptpayArgs
    RevolutPay PaymentMethodConfigurationRevolutPayArgs
    SamsungPay PaymentMethodConfigurationSamsungPayArgs
    Satispay PaymentMethodConfigurationSatispayArgs
    Scalapay PaymentMethodConfigurationScalapayArgs
    SepaDebit PaymentMethodConfigurationSepaDebitArgs
    Sofort PaymentMethodConfigurationSofortArgs
    Sunbit PaymentMethodConfigurationSunbitArgs
    Swish PaymentMethodConfigurationSwishArgs
    Twint PaymentMethodConfigurationTwintArgs
    Upi PaymentMethodConfigurationUpiArgs
    UsBankAccount PaymentMethodConfigurationUsBankAccountArgs
    WechatPay PaymentMethodConfigurationWechatPayArgs
    Zip PaymentMethodConfigurationZipArgs
    acss_debit object
    active bool
    Whether the configuration can be used for new payments.
    affirm object
    afterpay_clearpay object
    alipay object
    alma object
    amazon_pay object
    apple_pay object
    apple_pay_later object
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    application string
    For child configs, the Connect application associated with the configuration.
    au_becs_debit object
    bacs_debit object
    bancontact object
    billie object
    bizum object
    blik object
    boleto object
    card object
    cartes_bancaires object
    cashapp object
    crypto object
    customer_balance object
    eps object
    fpx object
    giropay object
    google_pay object
    grabpay object
    ideal object
    is_default bool
    The default configuration is used whenever a payment method configuration is not specified.
    jcb object
    kakao_pay object
    klarna object
    konbini object
    kr_card object
    link object
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    mb_way object
    mobilepay object
    multibanco object
    name string
    The configuration's name.
    naver_pay object
    nz_bank_account object
    object string
    String representing the object's type. Objects of the same type share the same value.
    oxxo object
    p24 object
    parent string
    For child configs, the configuration's parent configuration.
    pay_by_bank object
    payco object
    paynow object
    paypal object
    payto object
    pix object
    promptpay object
    revolut_pay object
    samsung_pay object
    satispay object
    scalapay object
    sepa_debit object
    sofort object
    sunbit object
    swish object
    twint object
    upi object
    us_bank_account object
    wechat_pay object
    zip object
    acssDebit PaymentMethodConfigurationAcssDebit
    active Boolean
    Whether the configuration can be used for new payments.
    affirm PaymentMethodConfigurationAffirm
    afterpayClearpay PaymentMethodConfigurationAfterpayClearpay
    alipay PaymentMethodConfigurationAlipay
    alma PaymentMethodConfigurationAlma
    amazonPay PaymentMethodConfigurationAmazonPay
    applePay PaymentMethodConfigurationApplePay
    applePayLater PaymentMethodConfigurationApplePayLater
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    application String
    For child configs, the Connect application associated with the configuration.
    auBecsDebit PaymentMethodConfigurationAuBecsDebit
    bacsDebit PaymentMethodConfigurationBacsDebit
    bancontact PaymentMethodConfigurationBancontact
    billie PaymentMethodConfigurationBillie
    bizum PaymentMethodConfigurationBizum
    blik PaymentMethodConfigurationBlik
    boleto PaymentMethodConfigurationBoleto
    card PaymentMethodConfigurationCard
    cartesBancaires PaymentMethodConfigurationCartesBancaires
    cashapp PaymentMethodConfigurationCashapp
    crypto PaymentMethodConfigurationCrypto
    customerBalance PaymentMethodConfigurationCustomerBalance
    eps PaymentMethodConfigurationEps
    fpx PaymentMethodConfigurationFpx
    giropay PaymentMethodConfigurationGiropay
    googlePay PaymentMethodConfigurationGooglePay
    grabpay PaymentMethodConfigurationGrabpay
    ideal PaymentMethodConfigurationIdeal
    isDefault Boolean
    The default configuration is used whenever a payment method configuration is not specified.
    jcb PaymentMethodConfigurationJcb
    kakaoPay PaymentMethodConfigurationKakaoPay
    klarna PaymentMethodConfigurationKlarna
    konbini PaymentMethodConfigurationKonbini
    krCard PaymentMethodConfigurationKrCard
    link PaymentMethodConfigurationLink
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    mbWay PaymentMethodConfigurationMbWay
    mobilepay PaymentMethodConfigurationMobilepay
    multibanco PaymentMethodConfigurationMultibanco
    name String
    The configuration's name.
    naverPay PaymentMethodConfigurationNaverPay
    nzBankAccount PaymentMethodConfigurationNzBankAccount
    object String
    String representing the object's type. Objects of the same type share the same value.
    oxxo PaymentMethodConfigurationOxxo
    p24 PaymentMethodConfigurationP24
    parent String
    For child configs, the configuration's parent configuration.
    payByBank PaymentMethodConfigurationPayByBank
    payco PaymentMethodConfigurationPayco
    paynow PaymentMethodConfigurationPaynow
    paypal PaymentMethodConfigurationPaypal
    payto PaymentMethodConfigurationPayto
    pix PaymentMethodConfigurationPix
    promptpay PaymentMethodConfigurationPromptpay
    revolutPay PaymentMethodConfigurationRevolutPay
    samsungPay PaymentMethodConfigurationSamsungPay
    satispay PaymentMethodConfigurationSatispay
    scalapay PaymentMethodConfigurationScalapay
    sepaDebit PaymentMethodConfigurationSepaDebit
    sofort PaymentMethodConfigurationSofort
    sunbit PaymentMethodConfigurationSunbit
    swish PaymentMethodConfigurationSwish
    twint PaymentMethodConfigurationTwint
    upi PaymentMethodConfigurationUpi
    usBankAccount PaymentMethodConfigurationUsBankAccount
    wechatPay PaymentMethodConfigurationWechatPay
    zip PaymentMethodConfigurationZip
    acssDebit PaymentMethodConfigurationAcssDebit
    active boolean
    Whether the configuration can be used for new payments.
    affirm PaymentMethodConfigurationAffirm
    afterpayClearpay PaymentMethodConfigurationAfterpayClearpay
    alipay PaymentMethodConfigurationAlipay
    alma PaymentMethodConfigurationAlma
    amazonPay PaymentMethodConfigurationAmazonPay
    applePay PaymentMethodConfigurationApplePay
    applePayLater PaymentMethodConfigurationApplePayLater
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    application string
    For child configs, the Connect application associated with the configuration.
    auBecsDebit PaymentMethodConfigurationAuBecsDebit
    bacsDebit PaymentMethodConfigurationBacsDebit
    bancontact PaymentMethodConfigurationBancontact
    billie PaymentMethodConfigurationBillie
    bizum PaymentMethodConfigurationBizum
    blik PaymentMethodConfigurationBlik
    boleto PaymentMethodConfigurationBoleto
    card PaymentMethodConfigurationCard
    cartesBancaires PaymentMethodConfigurationCartesBancaires
    cashapp PaymentMethodConfigurationCashapp
    crypto PaymentMethodConfigurationCrypto
    customerBalance PaymentMethodConfigurationCustomerBalance
    eps PaymentMethodConfigurationEps
    fpx PaymentMethodConfigurationFpx
    giropay PaymentMethodConfigurationGiropay
    googlePay PaymentMethodConfigurationGooglePay
    grabpay PaymentMethodConfigurationGrabpay
    ideal PaymentMethodConfigurationIdeal
    isDefault boolean
    The default configuration is used whenever a payment method configuration is not specified.
    jcb PaymentMethodConfigurationJcb
    kakaoPay PaymentMethodConfigurationKakaoPay
    klarna PaymentMethodConfigurationKlarna
    konbini PaymentMethodConfigurationKonbini
    krCard PaymentMethodConfigurationKrCard
    link PaymentMethodConfigurationLink
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    mbWay PaymentMethodConfigurationMbWay
    mobilepay PaymentMethodConfigurationMobilepay
    multibanco PaymentMethodConfigurationMultibanco
    name string
    The configuration's name.
    naverPay PaymentMethodConfigurationNaverPay
    nzBankAccount PaymentMethodConfigurationNzBankAccount
    object string
    String representing the object's type. Objects of the same type share the same value.
    oxxo PaymentMethodConfigurationOxxo
    p24 PaymentMethodConfigurationP24
    parent string
    For child configs, the configuration's parent configuration.
    payByBank PaymentMethodConfigurationPayByBank
    payco PaymentMethodConfigurationPayco
    paynow PaymentMethodConfigurationPaynow
    paypal PaymentMethodConfigurationPaypal
    payto PaymentMethodConfigurationPayto
    pix PaymentMethodConfigurationPix
    promptpay PaymentMethodConfigurationPromptpay
    revolutPay PaymentMethodConfigurationRevolutPay
    samsungPay PaymentMethodConfigurationSamsungPay
    satispay PaymentMethodConfigurationSatispay
    scalapay PaymentMethodConfigurationScalapay
    sepaDebit PaymentMethodConfigurationSepaDebit
    sofort PaymentMethodConfigurationSofort
    sunbit PaymentMethodConfigurationSunbit
    swish PaymentMethodConfigurationSwish
    twint PaymentMethodConfigurationTwint
    upi PaymentMethodConfigurationUpi
    usBankAccount PaymentMethodConfigurationUsBankAccount
    wechatPay PaymentMethodConfigurationWechatPay
    zip PaymentMethodConfigurationZip
    acss_debit PaymentMethodConfigurationAcssDebitArgs
    active bool
    Whether the configuration can be used for new payments.
    affirm PaymentMethodConfigurationAffirmArgs
    afterpay_clearpay PaymentMethodConfigurationAfterpayClearpayArgs
    alipay PaymentMethodConfigurationAlipayArgs
    alma PaymentMethodConfigurationAlmaArgs
    amazon_pay PaymentMethodConfigurationAmazonPayArgs
    apple_pay PaymentMethodConfigurationApplePayArgs
    apple_pay_later PaymentMethodConfigurationApplePayLaterArgs
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    application str
    For child configs, the Connect application associated with the configuration.
    au_becs_debit PaymentMethodConfigurationAuBecsDebitArgs
    bacs_debit PaymentMethodConfigurationBacsDebitArgs
    bancontact PaymentMethodConfigurationBancontactArgs
    billie PaymentMethodConfigurationBillieArgs
    bizum PaymentMethodConfigurationBizumArgs
    blik PaymentMethodConfigurationBlikArgs
    boleto PaymentMethodConfigurationBoletoArgs
    card PaymentMethodConfigurationCardArgs
    cartes_bancaires PaymentMethodConfigurationCartesBancairesArgs
    cashapp PaymentMethodConfigurationCashappArgs
    crypto PaymentMethodConfigurationCryptoArgs
    customer_balance PaymentMethodConfigurationCustomerBalanceArgs
    eps PaymentMethodConfigurationEpsArgs
    fpx PaymentMethodConfigurationFpxArgs
    giropay PaymentMethodConfigurationGiropayArgs
    google_pay PaymentMethodConfigurationGooglePayArgs
    grabpay PaymentMethodConfigurationGrabpayArgs
    ideal PaymentMethodConfigurationIdealArgs
    is_default bool
    The default configuration is used whenever a payment method configuration is not specified.
    jcb PaymentMethodConfigurationJcbArgs
    kakao_pay PaymentMethodConfigurationKakaoPayArgs
    klarna PaymentMethodConfigurationKlarnaArgs
    konbini PaymentMethodConfigurationKonbiniArgs
    kr_card PaymentMethodConfigurationKrCardArgs
    link PaymentMethodConfigurationLinkArgs
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    mb_way PaymentMethodConfigurationMbWayArgs
    mobilepay PaymentMethodConfigurationMobilepayArgs
    multibanco PaymentMethodConfigurationMultibancoArgs
    name str
    The configuration's name.
    naver_pay PaymentMethodConfigurationNaverPayArgs
    nz_bank_account PaymentMethodConfigurationNzBankAccountArgs
    object str
    String representing the object's type. Objects of the same type share the same value.
    oxxo PaymentMethodConfigurationOxxoArgs
    p24 PaymentMethodConfigurationP24Args
    parent str
    For child configs, the configuration's parent configuration.
    pay_by_bank PaymentMethodConfigurationPayByBankArgs
    payco PaymentMethodConfigurationPaycoArgs
    paynow PaymentMethodConfigurationPaynowArgs
    paypal PaymentMethodConfigurationPaypalArgs
    payto PaymentMethodConfigurationPaytoArgs
    pix PaymentMethodConfigurationPixArgs
    promptpay PaymentMethodConfigurationPromptpayArgs
    revolut_pay PaymentMethodConfigurationRevolutPayArgs
    samsung_pay PaymentMethodConfigurationSamsungPayArgs
    satispay PaymentMethodConfigurationSatispayArgs
    scalapay PaymentMethodConfigurationScalapayArgs
    sepa_debit PaymentMethodConfigurationSepaDebitArgs
    sofort PaymentMethodConfigurationSofortArgs
    sunbit PaymentMethodConfigurationSunbitArgs
    swish PaymentMethodConfigurationSwishArgs
    twint PaymentMethodConfigurationTwintArgs
    upi PaymentMethodConfigurationUpiArgs
    us_bank_account PaymentMethodConfigurationUsBankAccountArgs
    wechat_pay PaymentMethodConfigurationWechatPayArgs
    zip PaymentMethodConfigurationZipArgs
    acssDebit Property Map
    active Boolean
    Whether the configuration can be used for new payments.
    affirm Property Map
    afterpayClearpay Property Map
    alipay Property Map
    alma Property Map
    amazonPay Property Map
    applePay Property Map
    applePayLater Property Map
    Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
    application String
    For child configs, the Connect application associated with the configuration.
    auBecsDebit Property Map
    bacsDebit Property Map
    bancontact Property Map
    billie Property Map
    bizum Property Map
    blik Property Map
    boleto Property Map
    card Property Map
    cartesBancaires Property Map
    cashapp Property Map
    crypto Property Map
    customerBalance Property Map
    eps Property Map
    fpx Property Map
    giropay Property Map
    googlePay Property Map
    grabpay Property Map
    ideal Property Map
    isDefault Boolean
    The default configuration is used whenever a payment method configuration is not specified.
    jcb Property Map
    kakaoPay Property Map
    klarna Property Map
    konbini Property Map
    krCard Property Map
    link Property Map
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    mbWay Property Map
    mobilepay Property Map
    multibanco Property Map
    name String
    The configuration's name.
    naverPay Property Map
    nzBankAccount Property Map
    object String
    String representing the object's type. Objects of the same type share the same value.
    oxxo Property Map
    p24 Property Map
    parent String
    For child configs, the configuration's parent configuration.
    payByBank Property Map
    payco Property Map
    paynow Property Map
    paypal Property Map
    payto Property Map
    pix Property Map
    promptpay Property Map
    revolutPay Property Map
    samsungPay Property Map
    satispay Property Map
    scalapay Property Map
    sepaDebit Property Map
    sofort Property Map
    sunbit Property Map
    swish Property Map
    twint Property Map
    upi Property Map
    usBankAccount Property Map
    wechatPay Property Map
    zip Property Map

    Supporting Types

    PaymentMethodConfigurationAcssDebit, PaymentMethodConfigurationAcssDebitArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAcssDebitDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAcssDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAcssDebitDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAcssDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAcssDebitDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAcssDebitDisplayPreference, PaymentMethodConfigurationAcssDebitDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationAffirm, PaymentMethodConfigurationAffirmArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAffirmDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAffirmDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAffirmDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAffirmDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAffirmDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAffirmDisplayPreference, PaymentMethodConfigurationAffirmDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationAfterpayClearpay, PaymentMethodConfigurationAfterpayClearpayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAfterpayClearpayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAfterpayClearpayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAfterpayClearpayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAfterpayClearpayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAfterpayClearpayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAfterpayClearpayDisplayPreference, PaymentMethodConfigurationAfterpayClearpayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationAlipay, PaymentMethodConfigurationAlipayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAlipayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAlipayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAlipayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAlipayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAlipayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAlipayDisplayPreference, PaymentMethodConfigurationAlipayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationAlma, PaymentMethodConfigurationAlmaArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAlmaDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAlmaDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAlmaDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAlmaDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAlmaDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAlmaDisplayPreference, PaymentMethodConfigurationAlmaDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationAmazonPay, PaymentMethodConfigurationAmazonPayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAmazonPayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAmazonPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAmazonPayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAmazonPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAmazonPayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAmazonPayDisplayPreference, PaymentMethodConfigurationAmazonPayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationApplePay, PaymentMethodConfigurationApplePayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationApplePayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationApplePayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationApplePayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationApplePayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationApplePayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationApplePayDisplayPreference, PaymentMethodConfigurationApplePayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationApplePayLater, PaymentMethodConfigurationApplePayLaterArgs

    DisplayPreference PaymentMethodConfigurationApplePayLaterDisplayPreference
    Whether or not the payment method should be displayed.
    DisplayPreference PaymentMethodConfigurationApplePayLaterDisplayPreference
    Whether or not the payment method should be displayed.
    display_preference object
    Whether or not the payment method should be displayed.
    displayPreference PaymentMethodConfigurationApplePayLaterDisplayPreference
    Whether or not the payment method should be displayed.
    displayPreference PaymentMethodConfigurationApplePayLaterDisplayPreference
    Whether or not the payment method should be displayed.
    display_preference PaymentMethodConfigurationApplePayLaterDisplayPreference
    Whether or not the payment method should be displayed.
    displayPreference Property Map
    Whether or not the payment method should be displayed.

    PaymentMethodConfigurationApplePayLaterDisplayPreference, PaymentMethodConfigurationApplePayLaterDisplayPreferenceArgs

    Preference string
    The account's preference for whether or not to display this payment method.
    Preference string
    The account's preference for whether or not to display this payment method.
    preference string
    The account's preference for whether or not to display this payment method.
    preference String
    The account's preference for whether or not to display this payment method.
    preference string
    The account's preference for whether or not to display this payment method.
    preference str
    The account's preference for whether or not to display this payment method.
    preference String
    The account's preference for whether or not to display this payment method.

    PaymentMethodConfigurationAuBecsDebit, PaymentMethodConfigurationAuBecsDebitArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAuBecsDebitDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationAuBecsDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAuBecsDebitDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationAuBecsDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationAuBecsDebitDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationAuBecsDebitDisplayPreference, PaymentMethodConfigurationAuBecsDebitDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationBacsDebit, PaymentMethodConfigurationBacsDebitArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBacsDebitDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBacsDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBacsDebitDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBacsDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationBacsDebitDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationBacsDebitDisplayPreference, PaymentMethodConfigurationBacsDebitDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationBancontact, PaymentMethodConfigurationBancontactArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBancontactDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBancontactDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBancontactDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBancontactDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationBancontactDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationBancontactDisplayPreference, PaymentMethodConfigurationBancontactDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationBillie, PaymentMethodConfigurationBillieArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBillieDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBillieDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBillieDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBillieDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationBillieDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationBillieDisplayPreference, PaymentMethodConfigurationBillieDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationBizum, PaymentMethodConfigurationBizumArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBizumDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBizumDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBizumDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBizumDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationBizumDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationBizumDisplayPreference, PaymentMethodConfigurationBizumDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationBlik, PaymentMethodConfigurationBlikArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBlikDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBlikDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBlikDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBlikDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationBlikDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationBlikDisplayPreference, PaymentMethodConfigurationBlikDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationBoleto, PaymentMethodConfigurationBoletoArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBoletoDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationBoletoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBoletoDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationBoletoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationBoletoDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationBoletoDisplayPreference, PaymentMethodConfigurationBoletoDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationCard, PaymentMethodConfigurationCardArgs

    PaymentMethodConfigurationCardDisplayPreference, PaymentMethodConfigurationCardDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.

    PaymentMethodConfigurationCartesBancaires, PaymentMethodConfigurationCartesBancairesArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCartesBancairesDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCartesBancairesDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCartesBancairesDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCartesBancairesDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationCartesBancairesDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationCartesBancairesDisplayPreference, PaymentMethodConfigurationCartesBancairesDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationCashapp, PaymentMethodConfigurationCashappArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCashappDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCashappDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCashappDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCashappDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationCashappDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationCashappDisplayPreference, PaymentMethodConfigurationCashappDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationCrypto, PaymentMethodConfigurationCryptoArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCryptoDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCryptoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCryptoDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCryptoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationCryptoDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationCryptoDisplayPreference, PaymentMethodConfigurationCryptoDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationCustomerBalance, PaymentMethodConfigurationCustomerBalanceArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCustomerBalanceDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationCustomerBalanceDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCustomerBalanceDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationCustomerBalanceDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationCustomerBalanceDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationCustomerBalanceDisplayPreference, PaymentMethodConfigurationCustomerBalanceDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationEps, PaymentMethodConfigurationEpsArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationEpsDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationEpsDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationEpsDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationEpsDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationEpsDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationEpsDisplayPreference, PaymentMethodConfigurationEpsDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationFpx, PaymentMethodConfigurationFpxArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationFpxDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationFpxDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationFpxDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationFpxDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationFpxDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationFpxDisplayPreference, PaymentMethodConfigurationFpxDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationGiropay, PaymentMethodConfigurationGiropayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationGiropayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationGiropayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationGiropayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationGiropayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationGiropayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationGiropayDisplayPreference, PaymentMethodConfigurationGiropayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationGooglePay, PaymentMethodConfigurationGooglePayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationGooglePayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationGooglePayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationGooglePayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationGooglePayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationGooglePayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationGooglePayDisplayPreference, PaymentMethodConfigurationGooglePayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationGrabpay, PaymentMethodConfigurationGrabpayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationGrabpayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationGrabpayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationGrabpayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationGrabpayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationGrabpayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationGrabpayDisplayPreference, PaymentMethodConfigurationGrabpayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationIdeal, PaymentMethodConfigurationIdealArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationIdealDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationIdealDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationIdealDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationIdealDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationIdealDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationIdealDisplayPreference, PaymentMethodConfigurationIdealDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationJcb, PaymentMethodConfigurationJcbArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationJcbDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationJcbDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationJcbDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationJcbDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationJcbDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationJcbDisplayPreference, PaymentMethodConfigurationJcbDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationKakaoPay, PaymentMethodConfigurationKakaoPayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKakaoPayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKakaoPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKakaoPayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKakaoPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationKakaoPayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationKakaoPayDisplayPreference, PaymentMethodConfigurationKakaoPayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationKlarna, PaymentMethodConfigurationKlarnaArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKlarnaDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKlarnaDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKlarnaDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKlarnaDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationKlarnaDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationKlarnaDisplayPreference, PaymentMethodConfigurationKlarnaDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationKonbini, PaymentMethodConfigurationKonbiniArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKonbiniDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKonbiniDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKonbiniDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKonbiniDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationKonbiniDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationKonbiniDisplayPreference, PaymentMethodConfigurationKonbiniDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationKrCard, PaymentMethodConfigurationKrCardArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKrCardDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationKrCardDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKrCardDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationKrCardDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationKrCardDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationKrCardDisplayPreference, PaymentMethodConfigurationKrCardDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationLinkDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationLinkDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationLinkDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationLinkDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationLinkDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationLinkDisplayPreference, PaymentMethodConfigurationLinkDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationMbWay, PaymentMethodConfigurationMbWayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationMbWayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationMbWayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationMbWayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationMbWayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationMbWayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationMbWayDisplayPreference, PaymentMethodConfigurationMbWayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationMobilepay, PaymentMethodConfigurationMobilepayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationMobilepayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationMobilepayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationMobilepayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationMobilepayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationMobilepayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationMobilepayDisplayPreference, PaymentMethodConfigurationMobilepayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationMultibanco, PaymentMethodConfigurationMultibancoArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationMultibancoDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationMultibancoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationMultibancoDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationMultibancoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationMultibancoDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationMultibancoDisplayPreference, PaymentMethodConfigurationMultibancoDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationNaverPay, PaymentMethodConfigurationNaverPayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationNaverPayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationNaverPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationNaverPayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationNaverPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationNaverPayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationNaverPayDisplayPreference, PaymentMethodConfigurationNaverPayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationNzBankAccount, PaymentMethodConfigurationNzBankAccountArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationNzBankAccountDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationNzBankAccountDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationNzBankAccountDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationNzBankAccountDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationNzBankAccountDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationNzBankAccountDisplayPreference, PaymentMethodConfigurationNzBankAccountDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationOxxo, PaymentMethodConfigurationOxxoArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationOxxoDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationOxxoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationOxxoDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationOxxoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationOxxoDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationOxxoDisplayPreference, PaymentMethodConfigurationOxxoDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationP24, PaymentMethodConfigurationP24Args

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationP24DisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationP24DisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationP24DisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationP24DisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationP24DisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationP24DisplayPreference, PaymentMethodConfigurationP24DisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPayByBank, PaymentMethodConfigurationPayByBankArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPayByBankDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPayByBankDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPayByBankDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPayByBankDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPayByBankDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPayByBankDisplayPreference, PaymentMethodConfigurationPayByBankDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPayco, PaymentMethodConfigurationPaycoArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaycoDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaycoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaycoDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaycoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPaycoDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPaycoDisplayPreference, PaymentMethodConfigurationPaycoDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPaynow, PaymentMethodConfigurationPaynowArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaynowDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaynowDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaynowDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaynowDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPaynowDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPaynowDisplayPreference, PaymentMethodConfigurationPaynowDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPaypal, PaymentMethodConfigurationPaypalArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaypalDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaypalDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaypalDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaypalDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPaypalDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPaypalDisplayPreference, PaymentMethodConfigurationPaypalDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPayto, PaymentMethodConfigurationPaytoArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaytoDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPaytoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaytoDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPaytoDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPaytoDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPaytoDisplayPreference, PaymentMethodConfigurationPaytoDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPix, PaymentMethodConfigurationPixArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPixDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPixDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPixDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPixDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPixDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPixDisplayPreference, PaymentMethodConfigurationPixDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationPromptpay, PaymentMethodConfigurationPromptpayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPromptpayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationPromptpayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPromptpayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationPromptpayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationPromptpayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationPromptpayDisplayPreference, PaymentMethodConfigurationPromptpayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationRevolutPay, PaymentMethodConfigurationRevolutPayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationRevolutPayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationRevolutPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationRevolutPayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationRevolutPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationRevolutPayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationRevolutPayDisplayPreference, PaymentMethodConfigurationRevolutPayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationSamsungPay, PaymentMethodConfigurationSamsungPayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSamsungPayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSamsungPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSamsungPayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSamsungPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationSamsungPayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationSamsungPayDisplayPreference, PaymentMethodConfigurationSamsungPayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationSatispay, PaymentMethodConfigurationSatispayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSatispayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSatispayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSatispayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSatispayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationSatispayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationSatispayDisplayPreference, PaymentMethodConfigurationSatispayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationScalapay, PaymentMethodConfigurationScalapayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationScalapayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationScalapayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationScalapayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationScalapayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationScalapayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationScalapayDisplayPreference, PaymentMethodConfigurationScalapayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationSepaDebit, PaymentMethodConfigurationSepaDebitArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSepaDebitDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSepaDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSepaDebitDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSepaDebitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationSepaDebitDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationSepaDebitDisplayPreference, PaymentMethodConfigurationSepaDebitDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationSofort, PaymentMethodConfigurationSofortArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSofortDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSofortDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSofortDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSofortDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationSofortDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationSofortDisplayPreference, PaymentMethodConfigurationSofortDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationSunbit, PaymentMethodConfigurationSunbitArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSunbitDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSunbitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSunbitDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSunbitDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationSunbitDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationSunbitDisplayPreference, PaymentMethodConfigurationSunbitDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationSwish, PaymentMethodConfigurationSwishArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSwishDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationSwishDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSwishDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationSwishDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationSwishDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationSwishDisplayPreference, PaymentMethodConfigurationSwishDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationTwint, PaymentMethodConfigurationTwintArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationTwintDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationTwintDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationTwintDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationTwintDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationTwintDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationTwintDisplayPreference, PaymentMethodConfigurationTwintDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationUpi, PaymentMethodConfigurationUpiArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationUpiDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationUpiDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationUpiDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationUpiDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationUpiDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationUpiDisplayPreference, PaymentMethodConfigurationUpiDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationUsBankAccount, PaymentMethodConfigurationUsBankAccountArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationUsBankAccountDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationUsBankAccountDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationUsBankAccountDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationUsBankAccountDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationUsBankAccountDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationUsBankAccountDisplayPreference, PaymentMethodConfigurationUsBankAccountDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationWechatPay, PaymentMethodConfigurationWechatPayArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationWechatPayDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationWechatPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationWechatPayDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationWechatPayDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationWechatPayDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationWechatPayDisplayPreference, PaymentMethodConfigurationWechatPayDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    PaymentMethodConfigurationZip, PaymentMethodConfigurationZipArgs

    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationZipDisplayPreference
    Available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    DisplayPreference PaymentMethodConfigurationZipDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference object
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationZipDisplayPreference
    available boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference PaymentMethodConfigurationZipDisplayPreference
    available bool
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    display_preference PaymentMethodConfigurationZipDisplayPreference
    available Boolean
    Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    displayPreference Property Map

    PaymentMethodConfigurationZipDisplayPreference, PaymentMethodConfigurationZipDisplayPreferenceArgs

    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    Overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    Preference string
    The account's display preference.
    Value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.
    overridable boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference string
    The account's display preference.
    value string
    The effective display preference value.
    overridable bool
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference str
    The account's display preference.
    value str
    The effective display preference value.
    overridable Boolean
    For child configs, whether or not the account's preference will be observed. If false, the parent configuration's default is used.
    preference String
    The account's display preference.
    value String
    The effective display preference value.

    Package Details

    Repository
    stripe stripe/terraform-provider-stripe
    License
    Notes
    This Pulumi package is based on the stripe Terraform Provider.
    Viewing docs for Stripe 0.3.0
    published on Friday, Aug 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial