published on Friday, Aug 14, 2026 by Pulumi
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:
- Payment Method Configurations API
- Multiple configurations on dynamic payment methods
- Multiple configurations for your Connect accounts
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:
- Acss
Debit PaymentMethod Configuration Acss Debit - Active bool
- Whether the configuration can be used for new payments.
- Affirm
Payment
Method Configuration Affirm - Afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay - Alipay
Payment
Method Configuration Alipay - Alma
Payment
Method Configuration Alma - Amazon
Pay PaymentMethod Configuration Amazon Pay - Apple
Pay PaymentMethod Configuration Apple Pay - Apple
Pay PaymentLater Method Configuration Apple Pay Later - 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 PaymentDebit Method Configuration Au Becs Debit - Bacs
Debit PaymentMethod Configuration Bacs Debit - Bancontact
Payment
Method Configuration Bancontact - Billie
Payment
Method Configuration Billie - Bizum
Payment
Method Configuration Bizum - Blik
Payment
Method Configuration Blik - Boleto
Payment
Method Configuration Boleto - Card
Payment
Method Configuration Card - Cartes
Bancaires PaymentMethod Configuration Cartes Bancaires - Cashapp
Payment
Method Configuration Cashapp - Crypto
Payment
Method Configuration Crypto - Customer
Balance PaymentMethod Configuration Customer Balance - Eps
Payment
Method Configuration Eps - Fpx
Payment
Method Configuration Fpx - Giropay
Payment
Method Configuration Giropay - Google
Pay PaymentMethod Configuration Google Pay - Grabpay
Payment
Method Configuration Grabpay - Ideal
Payment
Method Configuration Ideal - Jcb
Payment
Method Configuration Jcb - Kakao
Pay PaymentMethod Configuration Kakao Pay - Klarna
Payment
Method Configuration Klarna - Konbini
Payment
Method Configuration Konbini - Kr
Card PaymentMethod Configuration Kr Card - Link
Payment
Method Configuration Link - Mb
Way PaymentMethod Configuration Mb Way - Mobilepay
Payment
Method Configuration Mobilepay - Multibanco
Payment
Method Configuration Multibanco - Name string
- The configuration's name.
-
Payment
Method Configuration Naver Pay - Nz
Bank PaymentAccount Method Configuration Nz Bank Account - Oxxo
Payment
Method Configuration Oxxo - P24
Payment
Method Configuration P24 - Parent string
- For child configs, the configuration's parent configuration.
- Pay
By PaymentBank Method Configuration Pay By Bank - Payco
Payment
Method Configuration Payco - Paynow
Payment
Method Configuration Paynow - Paypal
Payment
Method Configuration Paypal - Payto
Payment
Method Configuration Payto - Pix
Payment
Method Configuration Pix - Promptpay
Payment
Method Configuration Promptpay - Revolut
Pay PaymentMethod Configuration Revolut Pay - Samsung
Pay PaymentMethod Configuration Samsung Pay - Satispay
Payment
Method Configuration Satispay - Scalapay
Payment
Method Configuration Scalapay - Sepa
Debit PaymentMethod Configuration Sepa Debit - Sofort
Payment
Method Configuration Sofort - Sunbit
Payment
Method Configuration Sunbit - Swish
Payment
Method Configuration Swish - Twint
Payment
Method Configuration Twint - Upi
Payment
Method Configuration Upi - Us
Bank PaymentAccount Method Configuration Us Bank Account - Wechat
Pay PaymentMethod Configuration Wechat Pay - Zip
Payment
Method Configuration Zip
- Acss
Debit PaymentMethod Configuration Acss Debit Args - Active bool
- Whether the configuration can be used for new payments.
- Affirm
Payment
Method Configuration Affirm Args - Afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay Args - Alipay
Payment
Method Configuration Alipay Args - Alma
Payment
Method Configuration Alma Args - Amazon
Pay PaymentMethod Configuration Amazon Pay Args - Apple
Pay PaymentMethod Configuration Apple Pay Args - Apple
Pay PaymentLater Method Configuration Apple Pay Later Args - 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 PaymentDebit Method Configuration Au Becs Debit Args - Bacs
Debit PaymentMethod Configuration Bacs Debit Args - Bancontact
Payment
Method Configuration Bancontact Args - Billie
Payment
Method Configuration Billie Args - Bizum
Payment
Method Configuration Bizum Args - Blik
Payment
Method Configuration Blik Args - Boleto
Payment
Method Configuration Boleto Args - Card
Payment
Method Configuration Card Args - Cartes
Bancaires PaymentMethod Configuration Cartes Bancaires Args - Cashapp
Payment
Method Configuration Cashapp Args - Crypto
Payment
Method Configuration Crypto Args - Customer
Balance PaymentMethod Configuration Customer Balance Args - Eps
Payment
Method Configuration Eps Args - Fpx
Payment
Method Configuration Fpx Args - Giropay
Payment
Method Configuration Giropay Args - Google
Pay PaymentMethod Configuration Google Pay Args - Grabpay
Payment
Method Configuration Grabpay Args - Ideal
Payment
Method Configuration Ideal Args - Jcb
Payment
Method Configuration Jcb Args - Kakao
Pay PaymentMethod Configuration Kakao Pay Args - Klarna
Payment
Method Configuration Klarna Args - Konbini
Payment
Method Configuration Konbini Args - Kr
Card PaymentMethod Configuration Kr Card Args - Link
Payment
Method Configuration Link Args - Mb
Way PaymentMethod Configuration Mb Way Args - Mobilepay
Payment
Method Configuration Mobilepay Args - Multibanco
Payment
Method Configuration Multibanco Args - Name string
- The configuration's name.
-
Payment
Method Configuration Naver Pay Args - Nz
Bank PaymentAccount Method Configuration Nz Bank Account Args - Oxxo
Payment
Method Configuration Oxxo Args - P24
Payment
Method Configuration P24Args - Parent string
- For child configs, the configuration's parent configuration.
- Pay
By PaymentBank Method Configuration Pay By Bank Args - Payco
Payment
Method Configuration Payco Args - Paynow
Payment
Method Configuration Paynow Args - Paypal
Payment
Method Configuration Paypal Args - Payto
Payment
Method Configuration Payto Args - Pix
Payment
Method Configuration Pix Args - Promptpay
Payment
Method Configuration Promptpay Args - Revolut
Pay PaymentMethod Configuration Revolut Pay Args - Samsung
Pay PaymentMethod Configuration Samsung Pay Args - Satispay
Payment
Method Configuration Satispay Args - Scalapay
Payment
Method Configuration Scalapay Args - Sepa
Debit PaymentMethod Configuration Sepa Debit Args - Sofort
Payment
Method Configuration Sofort Args - Sunbit
Payment
Method Configuration Sunbit Args - Swish
Payment
Method Configuration Swish Args - Twint
Payment
Method Configuration Twint Args - Upi
Payment
Method Configuration Upi Args - Us
Bank PaymentAccount Method Configuration Us Bank Account Args - Wechat
Pay PaymentMethod Configuration Wechat Pay Args - Zip
Payment
Method Configuration Zip Args
- 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_ objectlater - 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_ objectdebit - 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.
- object
- nz_
bank_ objectaccount - oxxo object
- p24 object
- parent string
- For child configs, the configuration's parent configuration.
- pay_
by_ objectbank - 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_ objectaccount - wechat_
pay object - zip object
- acss
Debit PaymentMethod Configuration Acss Debit - active Boolean
- Whether the configuration can be used for new payments.
- affirm
Payment
Method Configuration Affirm - afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay - alipay
Payment
Method Configuration Alipay - alma
Payment
Method Configuration Alma - amazon
Pay PaymentMethod Configuration Amazon Pay - apple
Pay PaymentMethod Configuration Apple Pay - apple
Pay PaymentLater Method Configuration Apple Pay Later - 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 PaymentDebit Method Configuration Au Becs Debit - bacs
Debit PaymentMethod Configuration Bacs Debit - bancontact
Payment
Method Configuration Bancontact - billie
Payment
Method Configuration Billie - bizum
Payment
Method Configuration Bizum - blik
Payment
Method Configuration Blik - boleto
Payment
Method Configuration Boleto - card
Payment
Method Configuration Card - cartes
Bancaires PaymentMethod Configuration Cartes Bancaires - cashapp
Payment
Method Configuration Cashapp - crypto
Payment
Method Configuration Crypto - customer
Balance PaymentMethod Configuration Customer Balance - eps
Payment
Method Configuration Eps - fpx
Payment
Method Configuration Fpx - giropay
Payment
Method Configuration Giropay - google
Pay PaymentMethod Configuration Google Pay - grabpay
Payment
Method Configuration Grabpay - ideal
Payment
Method Configuration Ideal - jcb
Payment
Method Configuration Jcb - kakao
Pay PaymentMethod Configuration Kakao Pay - klarna
Payment
Method Configuration Klarna - konbini
Payment
Method Configuration Konbini - kr
Card PaymentMethod Configuration Kr Card - link
Payment
Method Configuration Link - mb
Way PaymentMethod Configuration Mb Way - mobilepay
Payment
Method Configuration Mobilepay - multibanco
Payment
Method Configuration Multibanco - name String
- The configuration's name.
-
Payment
Method Configuration Naver Pay - nz
Bank PaymentAccount Method Configuration Nz Bank Account - oxxo
Payment
Method Configuration Oxxo - p24
Payment
Method Configuration P24 - parent String
- For child configs, the configuration's parent configuration.
- pay
By PaymentBank Method Configuration Pay By Bank - payco
Payment
Method Configuration Payco - paynow
Payment
Method Configuration Paynow - paypal
Payment
Method Configuration Paypal - payto
Payment
Method Configuration Payto - pix
Payment
Method Configuration Pix - promptpay
Payment
Method Configuration Promptpay - revolut
Pay PaymentMethod Configuration Revolut Pay - samsung
Pay PaymentMethod Configuration Samsung Pay - satispay
Payment
Method Configuration Satispay - scalapay
Payment
Method Configuration Scalapay - sepa
Debit PaymentMethod Configuration Sepa Debit - sofort
Payment
Method Configuration Sofort - sunbit
Payment
Method Configuration Sunbit - swish
Payment
Method Configuration Swish - twint
Payment
Method Configuration Twint - upi
Payment
Method Configuration Upi - us
Bank PaymentAccount Method Configuration Us Bank Account - wechat
Pay PaymentMethod Configuration Wechat Pay - zip
Payment
Method Configuration Zip
- acss
Debit PaymentMethod Configuration Acss Debit - active boolean
- Whether the configuration can be used for new payments.
- affirm
Payment
Method Configuration Affirm - afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay - alipay
Payment
Method Configuration Alipay - alma
Payment
Method Configuration Alma - amazon
Pay PaymentMethod Configuration Amazon Pay - apple
Pay PaymentMethod Configuration Apple Pay - apple
Pay PaymentLater Method Configuration Apple Pay Later - 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 PaymentDebit Method Configuration Au Becs Debit - bacs
Debit PaymentMethod Configuration Bacs Debit - bancontact
Payment
Method Configuration Bancontact - billie
Payment
Method Configuration Billie - bizum
Payment
Method Configuration Bizum - blik
Payment
Method Configuration Blik - boleto
Payment
Method Configuration Boleto - card
Payment
Method Configuration Card - cartes
Bancaires PaymentMethod Configuration Cartes Bancaires - cashapp
Payment
Method Configuration Cashapp - crypto
Payment
Method Configuration Crypto - customer
Balance PaymentMethod Configuration Customer Balance - eps
Payment
Method Configuration Eps - fpx
Payment
Method Configuration Fpx - giropay
Payment
Method Configuration Giropay - google
Pay PaymentMethod Configuration Google Pay - grabpay
Payment
Method Configuration Grabpay - ideal
Payment
Method Configuration Ideal - jcb
Payment
Method Configuration Jcb - kakao
Pay PaymentMethod Configuration Kakao Pay - klarna
Payment
Method Configuration Klarna - konbini
Payment
Method Configuration Konbini - kr
Card PaymentMethod Configuration Kr Card - link
Payment
Method Configuration Link - mb
Way PaymentMethod Configuration Mb Way - mobilepay
Payment
Method Configuration Mobilepay - multibanco
Payment
Method Configuration Multibanco - name string
- The configuration's name.
-
Payment
Method Configuration Naver Pay - nz
Bank PaymentAccount Method Configuration Nz Bank Account - oxxo
Payment
Method Configuration Oxxo - p24
Payment
Method Configuration P24 - parent string
- For child configs, the configuration's parent configuration.
- pay
By PaymentBank Method Configuration Pay By Bank - payco
Payment
Method Configuration Payco - paynow
Payment
Method Configuration Paynow - paypal
Payment
Method Configuration Paypal - payto
Payment
Method Configuration Payto - pix
Payment
Method Configuration Pix - promptpay
Payment
Method Configuration Promptpay - revolut
Pay PaymentMethod Configuration Revolut Pay - samsung
Pay PaymentMethod Configuration Samsung Pay - satispay
Payment
Method Configuration Satispay - scalapay
Payment
Method Configuration Scalapay - sepa
Debit PaymentMethod Configuration Sepa Debit - sofort
Payment
Method Configuration Sofort - sunbit
Payment
Method Configuration Sunbit - swish
Payment
Method Configuration Swish - twint
Payment
Method Configuration Twint - upi
Payment
Method Configuration Upi - us
Bank PaymentAccount Method Configuration Us Bank Account - wechat
Pay PaymentMethod Configuration Wechat Pay - zip
Payment
Method Configuration Zip
- acss_
debit PaymentMethod Configuration Acss Debit Args - active bool
- Whether the configuration can be used for new payments.
- affirm
Payment
Method Configuration Affirm Args - afterpay_
clearpay PaymentMethod Configuration Afterpay Clearpay Args - alipay
Payment
Method Configuration Alipay Args - alma
Payment
Method Configuration Alma Args - amazon_
pay PaymentMethod Configuration Amazon Pay Args - apple_
pay PaymentMethod Configuration Apple Pay Args - apple_
pay_ Paymentlater Method Configuration Apple Pay Later Args - 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_ Paymentdebit Method Configuration Au Becs Debit Args - bacs_
debit PaymentMethod Configuration Bacs Debit Args - bancontact
Payment
Method Configuration Bancontact Args - billie
Payment
Method Configuration Billie Args - bizum
Payment
Method Configuration Bizum Args - blik
Payment
Method Configuration Blik Args - boleto
Payment
Method Configuration Boleto Args - card
Payment
Method Configuration Card Args - cartes_
bancaires PaymentMethod Configuration Cartes Bancaires Args - cashapp
Payment
Method Configuration Cashapp Args - crypto
Payment
Method Configuration Crypto Args - customer_
balance PaymentMethod Configuration Customer Balance Args - eps
Payment
Method Configuration Eps Args - fpx
Payment
Method Configuration Fpx Args - giropay
Payment
Method Configuration Giropay Args - google_
pay PaymentMethod Configuration Google Pay Args - grabpay
Payment
Method Configuration Grabpay Args - ideal
Payment
Method Configuration Ideal Args - jcb
Payment
Method Configuration Jcb Args - kakao_
pay PaymentMethod Configuration Kakao Pay Args - klarna
Payment
Method Configuration Klarna Args - konbini
Payment
Method Configuration Konbini Args - kr_
card PaymentMethod Configuration Kr Card Args - link
Payment
Method Configuration Link Args - mb_
way PaymentMethod Configuration Mb Way Args - mobilepay
Payment
Method Configuration Mobilepay Args - multibanco
Payment
Method Configuration Multibanco Args - name str
- The configuration's name.
-
Payment
Method Configuration Naver Pay Args - nz_
bank_ Paymentaccount Method Configuration Nz Bank Account Args - oxxo
Payment
Method Configuration Oxxo Args - p24
Payment
Method Configuration P24Args - parent str
- For child configs, the configuration's parent configuration.
- pay_
by_ Paymentbank Method Configuration Pay By Bank Args - payco
Payment
Method Configuration Payco Args - paynow
Payment
Method Configuration Paynow Args - paypal
Payment
Method Configuration Paypal Args - payto
Payment
Method Configuration Payto Args - pix
Payment
Method Configuration Pix Args - promptpay
Payment
Method Configuration Promptpay Args - revolut_
pay PaymentMethod Configuration Revolut Pay Args - samsung_
pay PaymentMethod Configuration Samsung Pay Args - satispay
Payment
Method Configuration Satispay Args - scalapay
Payment
Method Configuration Scalapay Args - sepa_
debit PaymentMethod Configuration Sepa Debit Args - sofort
Payment
Method Configuration Sofort Args - sunbit
Payment
Method Configuration Sunbit Args - swish
Payment
Method Configuration Swish Args - twint
Payment
Method Configuration Twint Args - upi
Payment
Method Configuration Upi Args - us_
bank_ Paymentaccount Method Configuration Us Bank Account Args - wechat_
pay PaymentMethod Configuration Wechat Pay Args - zip
Payment
Method Configuration Zip Args
- acss
Debit Property Map - active Boolean
- Whether the configuration can be used for new payments.
- affirm Property Map
- afterpay
Clearpay Property Map - alipay Property Map
- alma Property Map
- amazon
Pay Property Map - apple
Pay Property Map - apple
Pay Property MapLater - 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 Property MapDebit - bacs
Debit Property Map - bancontact Property Map
- billie Property Map
- bizum Property Map
- blik Property Map
- boleto Property Map
- card Property Map
- cartes
Bancaires Property Map - cashapp Property Map
- crypto Property Map
- customer
Balance Property Map - eps Property Map
- fpx Property Map
- giropay Property Map
- google
Pay Property Map - grabpay Property Map
- ideal Property Map
- jcb Property Map
- kakao
Pay Property Map - klarna Property Map
- konbini Property Map
- kr
Card Property Map - link Property Map
- mb
Way Property Map - mobilepay Property Map
- multibanco Property Map
- name String
- The configuration's name.
- Property Map
- nz
Bank Property MapAccount - oxxo Property Map
- p24 Property Map
- parent String
- For child configs, the configuration's parent configuration.
- pay
By Property MapBank - payco Property Map
- paynow Property Map
- paypal Property Map
- payto Property Map
- pix Property Map
- promptpay Property Map
- revolut
Pay Property Map - samsung
Pay Property Map - satispay Property Map
- scalapay Property Map
- sepa
Debit Property Map - sofort Property Map
- sunbit Property Map
- swish Property Map
- twint Property Map
- upi Property Map
- us
Bank Property MapAccount - wechat
Pay 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.
- 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 isfalse. - 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 isfalse. - 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 isfalse. - 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 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 isfalse. - 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 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 isfalse. - 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 isfalse. - 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.
- is
Default 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 isfalse. - 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) -> PaymentMethodConfigurationfunc 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.
- Acss
Debit PaymentMethod Configuration Acss Debit - Active bool
- Whether the configuration can be used for new payments.
- Affirm
Payment
Method Configuration Affirm - Afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay - Alipay
Payment
Method Configuration Alipay - Alma
Payment
Method Configuration Alma - Amazon
Pay PaymentMethod Configuration Amazon Pay - Apple
Pay PaymentMethod Configuration Apple Pay - Apple
Pay PaymentLater Method Configuration Apple Pay Later - 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 PaymentDebit Method Configuration Au Becs Debit - Bacs
Debit PaymentMethod Configuration Bacs Debit - Bancontact
Payment
Method Configuration Bancontact - Billie
Payment
Method Configuration Billie - Bizum
Payment
Method Configuration Bizum - Blik
Payment
Method Configuration Blik - Boleto
Payment
Method Configuration Boleto - Card
Payment
Method Configuration Card - Cartes
Bancaires PaymentMethod Configuration Cartes Bancaires - Cashapp
Payment
Method Configuration Cashapp - Crypto
Payment
Method Configuration Crypto - Customer
Balance PaymentMethod Configuration Customer Balance - Eps
Payment
Method Configuration Eps - Fpx
Payment
Method Configuration Fpx - Giropay
Payment
Method Configuration Giropay - Google
Pay PaymentMethod Configuration Google Pay - Grabpay
Payment
Method Configuration Grabpay - Ideal
Payment
Method Configuration Ideal - Is
Default bool - The default configuration is used whenever a payment method configuration is not specified.
- Jcb
Payment
Method Configuration Jcb - Kakao
Pay PaymentMethod Configuration Kakao Pay - Klarna
Payment
Method Configuration Klarna - Konbini
Payment
Method Configuration Konbini - Kr
Card PaymentMethod Configuration Kr Card - Link
Payment
Method Configuration Link - Livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - Mb
Way PaymentMethod Configuration Mb Way - Mobilepay
Payment
Method Configuration Mobilepay - Multibanco
Payment
Method Configuration Multibanco - Name string
- The configuration's name.
-
Payment
Method Configuration Naver Pay - Nz
Bank PaymentAccount Method Configuration Nz Bank Account - Object string
- String representing the object's type. Objects of the same type share the same value.
- Oxxo
Payment
Method Configuration Oxxo - P24
Payment
Method Configuration P24 - Parent string
- For child configs, the configuration's parent configuration.
- Pay
By PaymentBank Method Configuration Pay By Bank - Payco
Payment
Method Configuration Payco - Paynow
Payment
Method Configuration Paynow - Paypal
Payment
Method Configuration Paypal - Payto
Payment
Method Configuration Payto - Pix
Payment
Method Configuration Pix - Promptpay
Payment
Method Configuration Promptpay - Revolut
Pay PaymentMethod Configuration Revolut Pay - Samsung
Pay PaymentMethod Configuration Samsung Pay - Satispay
Payment
Method Configuration Satispay - Scalapay
Payment
Method Configuration Scalapay - Sepa
Debit PaymentMethod Configuration Sepa Debit - Sofort
Payment
Method Configuration Sofort - Sunbit
Payment
Method Configuration Sunbit - Swish
Payment
Method Configuration Swish - Twint
Payment
Method Configuration Twint - Upi
Payment
Method Configuration Upi - Us
Bank PaymentAccount Method Configuration Us Bank Account - Wechat
Pay PaymentMethod Configuration Wechat Pay - Zip
Payment
Method Configuration Zip
- Acss
Debit PaymentMethod Configuration Acss Debit Args - Active bool
- Whether the configuration can be used for new payments.
- Affirm
Payment
Method Configuration Affirm Args - Afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay Args - Alipay
Payment
Method Configuration Alipay Args - Alma
Payment
Method Configuration Alma Args - Amazon
Pay PaymentMethod Configuration Amazon Pay Args - Apple
Pay PaymentMethod Configuration Apple Pay Args - Apple
Pay PaymentLater Method Configuration Apple Pay Later Args - 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 PaymentDebit Method Configuration Au Becs Debit Args - Bacs
Debit PaymentMethod Configuration Bacs Debit Args - Bancontact
Payment
Method Configuration Bancontact Args - Billie
Payment
Method Configuration Billie Args - Bizum
Payment
Method Configuration Bizum Args - Blik
Payment
Method Configuration Blik Args - Boleto
Payment
Method Configuration Boleto Args - Card
Payment
Method Configuration Card Args - Cartes
Bancaires PaymentMethod Configuration Cartes Bancaires Args - Cashapp
Payment
Method Configuration Cashapp Args - Crypto
Payment
Method Configuration Crypto Args - Customer
Balance PaymentMethod Configuration Customer Balance Args - Eps
Payment
Method Configuration Eps Args - Fpx
Payment
Method Configuration Fpx Args - Giropay
Payment
Method Configuration Giropay Args - Google
Pay PaymentMethod Configuration Google Pay Args - Grabpay
Payment
Method Configuration Grabpay Args - Ideal
Payment
Method Configuration Ideal Args - Is
Default bool - The default configuration is used whenever a payment method configuration is not specified.
- Jcb
Payment
Method Configuration Jcb Args - Kakao
Pay PaymentMethod Configuration Kakao Pay Args - Klarna
Payment
Method Configuration Klarna Args - Konbini
Payment
Method Configuration Konbini Args - Kr
Card PaymentMethod Configuration Kr Card Args - Link
Payment
Method Configuration Link Args - Livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - Mb
Way PaymentMethod Configuration Mb Way Args - Mobilepay
Payment
Method Configuration Mobilepay Args - Multibanco
Payment
Method Configuration Multibanco Args - Name string
- The configuration's name.
-
Payment
Method Configuration Naver Pay Args - Nz
Bank PaymentAccount Method Configuration Nz Bank Account Args - Object string
- String representing the object's type. Objects of the same type share the same value.
- Oxxo
Payment
Method Configuration Oxxo Args - P24
Payment
Method Configuration P24Args - Parent string
- For child configs, the configuration's parent configuration.
- Pay
By PaymentBank Method Configuration Pay By Bank Args - Payco
Payment
Method Configuration Payco Args - Paynow
Payment
Method Configuration Paynow Args - Paypal
Payment
Method Configuration Paypal Args - Payto
Payment
Method Configuration Payto Args - Pix
Payment
Method Configuration Pix Args - Promptpay
Payment
Method Configuration Promptpay Args - Revolut
Pay PaymentMethod Configuration Revolut Pay Args - Samsung
Pay PaymentMethod Configuration Samsung Pay Args - Satispay
Payment
Method Configuration Satispay Args - Scalapay
Payment
Method Configuration Scalapay Args - Sepa
Debit PaymentMethod Configuration Sepa Debit Args - Sofort
Payment
Method Configuration Sofort Args - Sunbit
Payment
Method Configuration Sunbit Args - Swish
Payment
Method Configuration Swish Args - Twint
Payment
Method Configuration Twint Args - Upi
Payment
Method Configuration Upi Args - Us
Bank PaymentAccount Method Configuration Us Bank Account Args - Wechat
Pay PaymentMethod Configuration Wechat Pay Args - Zip
Payment
Method Configuration Zip Args
- 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_ objectlater - 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_ objectdebit - 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 isfalse. - mb_
way object - mobilepay object
- multibanco object
- name string
- The configuration's name.
- object
- nz_
bank_ objectaccount - 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_ objectbank - 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_ objectaccount - wechat_
pay object - zip object
- acss
Debit PaymentMethod Configuration Acss Debit - active Boolean
- Whether the configuration can be used for new payments.
- affirm
Payment
Method Configuration Affirm - afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay - alipay
Payment
Method Configuration Alipay - alma
Payment
Method Configuration Alma - amazon
Pay PaymentMethod Configuration Amazon Pay - apple
Pay PaymentMethod Configuration Apple Pay - apple
Pay PaymentLater Method Configuration Apple Pay Later - 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 PaymentDebit Method Configuration Au Becs Debit - bacs
Debit PaymentMethod Configuration Bacs Debit - bancontact
Payment
Method Configuration Bancontact - billie
Payment
Method Configuration Billie - bizum
Payment
Method Configuration Bizum - blik
Payment
Method Configuration Blik - boleto
Payment
Method Configuration Boleto - card
Payment
Method Configuration Card - cartes
Bancaires PaymentMethod Configuration Cartes Bancaires - cashapp
Payment
Method Configuration Cashapp - crypto
Payment
Method Configuration Crypto - customer
Balance PaymentMethod Configuration Customer Balance - eps
Payment
Method Configuration Eps - fpx
Payment
Method Configuration Fpx - giropay
Payment
Method Configuration Giropay - google
Pay PaymentMethod Configuration Google Pay - grabpay
Payment
Method Configuration Grabpay - ideal
Payment
Method Configuration Ideal - is
Default Boolean - The default configuration is used whenever a payment method configuration is not specified.
- jcb
Payment
Method Configuration Jcb - kakao
Pay PaymentMethod Configuration Kakao Pay - klarna
Payment
Method Configuration Klarna - konbini
Payment
Method Configuration Konbini - kr
Card PaymentMethod Configuration Kr Card - link
Payment
Method Configuration Link - livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - mb
Way PaymentMethod Configuration Mb Way - mobilepay
Payment
Method Configuration Mobilepay - multibanco
Payment
Method Configuration Multibanco - name String
- The configuration's name.
-
Payment
Method Configuration Naver Pay - nz
Bank PaymentAccount Method Configuration Nz Bank Account - object String
- String representing the object's type. Objects of the same type share the same value.
- oxxo
Payment
Method Configuration Oxxo - p24
Payment
Method Configuration P24 - parent String
- For child configs, the configuration's parent configuration.
- pay
By PaymentBank Method Configuration Pay By Bank - payco
Payment
Method Configuration Payco - paynow
Payment
Method Configuration Paynow - paypal
Payment
Method Configuration Paypal - payto
Payment
Method Configuration Payto - pix
Payment
Method Configuration Pix - promptpay
Payment
Method Configuration Promptpay - revolut
Pay PaymentMethod Configuration Revolut Pay - samsung
Pay PaymentMethod Configuration Samsung Pay - satispay
Payment
Method Configuration Satispay - scalapay
Payment
Method Configuration Scalapay - sepa
Debit PaymentMethod Configuration Sepa Debit - sofort
Payment
Method Configuration Sofort - sunbit
Payment
Method Configuration Sunbit - swish
Payment
Method Configuration Swish - twint
Payment
Method Configuration Twint - upi
Payment
Method Configuration Upi - us
Bank PaymentAccount Method Configuration Us Bank Account - wechat
Pay PaymentMethod Configuration Wechat Pay - zip
Payment
Method Configuration Zip
- acss
Debit PaymentMethod Configuration Acss Debit - active boolean
- Whether the configuration can be used for new payments.
- affirm
Payment
Method Configuration Affirm - afterpay
Clearpay PaymentMethod Configuration Afterpay Clearpay - alipay
Payment
Method Configuration Alipay - alma
Payment
Method Configuration Alma - amazon
Pay PaymentMethod Configuration Amazon Pay - apple
Pay PaymentMethod Configuration Apple Pay - apple
Pay PaymentLater Method Configuration Apple Pay Later - 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 PaymentDebit Method Configuration Au Becs Debit - bacs
Debit PaymentMethod Configuration Bacs Debit - bancontact
Payment
Method Configuration Bancontact - billie
Payment
Method Configuration Billie - bizum
Payment
Method Configuration Bizum - blik
Payment
Method Configuration Blik - boleto
Payment
Method Configuration Boleto - card
Payment
Method Configuration Card - cartes
Bancaires PaymentMethod Configuration Cartes Bancaires - cashapp
Payment
Method Configuration Cashapp - crypto
Payment
Method Configuration Crypto - customer
Balance PaymentMethod Configuration Customer Balance - eps
Payment
Method Configuration Eps - fpx
Payment
Method Configuration Fpx - giropay
Payment
Method Configuration Giropay - google
Pay PaymentMethod Configuration Google Pay - grabpay
Payment
Method Configuration Grabpay - ideal
Payment
Method Configuration Ideal - is
Default boolean - The default configuration is used whenever a payment method configuration is not specified.
- jcb
Payment
Method Configuration Jcb - kakao
Pay PaymentMethod Configuration Kakao Pay - klarna
Payment
Method Configuration Klarna - konbini
Payment
Method Configuration Konbini - kr
Card PaymentMethod Configuration Kr Card - link
Payment
Method Configuration Link - livemode boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - mb
Way PaymentMethod Configuration Mb Way - mobilepay
Payment
Method Configuration Mobilepay - multibanco
Payment
Method Configuration Multibanco - name string
- The configuration's name.
-
Payment
Method Configuration Naver Pay - nz
Bank PaymentAccount Method Configuration Nz Bank Account - object string
- String representing the object's type. Objects of the same type share the same value.
- oxxo
Payment
Method Configuration Oxxo - p24
Payment
Method Configuration P24 - parent string
- For child configs, the configuration's parent configuration.
- pay
By PaymentBank Method Configuration Pay By Bank - payco
Payment
Method Configuration Payco - paynow
Payment
Method Configuration Paynow - paypal
Payment
Method Configuration Paypal - payto
Payment
Method Configuration Payto - pix
Payment
Method Configuration Pix - promptpay
Payment
Method Configuration Promptpay - revolut
Pay PaymentMethod Configuration Revolut Pay - samsung
Pay PaymentMethod Configuration Samsung Pay - satispay
Payment
Method Configuration Satispay - scalapay
Payment
Method Configuration Scalapay - sepa
Debit PaymentMethod Configuration Sepa Debit - sofort
Payment
Method Configuration Sofort - sunbit
Payment
Method Configuration Sunbit - swish
Payment
Method Configuration Swish - twint
Payment
Method Configuration Twint - upi
Payment
Method Configuration Upi - us
Bank PaymentAccount Method Configuration Us Bank Account - wechat
Pay PaymentMethod Configuration Wechat Pay - zip
Payment
Method Configuration Zip
- acss_
debit PaymentMethod Configuration Acss Debit Args - active bool
- Whether the configuration can be used for new payments.
- affirm
Payment
Method Configuration Affirm Args - afterpay_
clearpay PaymentMethod Configuration Afterpay Clearpay Args - alipay
Payment
Method Configuration Alipay Args - alma
Payment
Method Configuration Alma Args - amazon_
pay PaymentMethod Configuration Amazon Pay Args - apple_
pay PaymentMethod Configuration Apple Pay Args - apple_
pay_ Paymentlater Method Configuration Apple Pay Later Args - 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_ Paymentdebit Method Configuration Au Becs Debit Args - bacs_
debit PaymentMethod Configuration Bacs Debit Args - bancontact
Payment
Method Configuration Bancontact Args - billie
Payment
Method Configuration Billie Args - bizum
Payment
Method Configuration Bizum Args - blik
Payment
Method Configuration Blik Args - boleto
Payment
Method Configuration Boleto Args - card
Payment
Method Configuration Card Args - cartes_
bancaires PaymentMethod Configuration Cartes Bancaires Args - cashapp
Payment
Method Configuration Cashapp Args - crypto
Payment
Method Configuration Crypto Args - customer_
balance PaymentMethod Configuration Customer Balance Args - eps
Payment
Method Configuration Eps Args - fpx
Payment
Method Configuration Fpx Args - giropay
Payment
Method Configuration Giropay Args - google_
pay PaymentMethod Configuration Google Pay Args - grabpay
Payment
Method Configuration Grabpay Args - ideal
Payment
Method Configuration Ideal Args - is_
default bool - The default configuration is used whenever a payment method configuration is not specified.
- jcb
Payment
Method Configuration Jcb Args - kakao_
pay PaymentMethod Configuration Kakao Pay Args - klarna
Payment
Method Configuration Klarna Args - konbini
Payment
Method Configuration Konbini Args - kr_
card PaymentMethod Configuration Kr Card Args - link
Payment
Method Configuration Link Args - livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - mb_
way PaymentMethod Configuration Mb Way Args - mobilepay
Payment
Method Configuration Mobilepay Args - multibanco
Payment
Method Configuration Multibanco Args - name str
- The configuration's name.
-
Payment
Method Configuration Naver Pay Args - nz_
bank_ Paymentaccount Method Configuration Nz Bank Account Args - object str
- String representing the object's type. Objects of the same type share the same value.
- oxxo
Payment
Method Configuration Oxxo Args - p24
Payment
Method Configuration P24Args - parent str
- For child configs, the configuration's parent configuration.
- pay_
by_ Paymentbank Method Configuration Pay By Bank Args - payco
Payment
Method Configuration Payco Args - paynow
Payment
Method Configuration Paynow Args - paypal
Payment
Method Configuration Paypal Args - payto
Payment
Method Configuration Payto Args - pix
Payment
Method Configuration Pix Args - promptpay
Payment
Method Configuration Promptpay Args - revolut_
pay PaymentMethod Configuration Revolut Pay Args - samsung_
pay PaymentMethod Configuration Samsung Pay Args - satispay
Payment
Method Configuration Satispay Args - scalapay
Payment
Method Configuration Scalapay Args - sepa_
debit PaymentMethod Configuration Sepa Debit Args - sofort
Payment
Method Configuration Sofort Args - sunbit
Payment
Method Configuration Sunbit Args - swish
Payment
Method Configuration Swish Args - twint
Payment
Method Configuration Twint Args - upi
Payment
Method Configuration Upi Args - us_
bank_ Paymentaccount Method Configuration Us Bank Account Args - wechat_
pay PaymentMethod Configuration Wechat Pay Args - zip
Payment
Method Configuration Zip Args
- acss
Debit Property Map - active Boolean
- Whether the configuration can be used for new payments.
- affirm Property Map
- afterpay
Clearpay Property Map - alipay Property Map
- alma Property Map
- amazon
Pay Property Map - apple
Pay Property Map - apple
Pay Property MapLater - 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 Property MapDebit - bacs
Debit Property Map - bancontact Property Map
- billie Property Map
- bizum Property Map
- blik Property Map
- boleto Property Map
- card Property Map
- cartes
Bancaires Property Map - cashapp Property Map
- crypto Property Map
- customer
Balance Property Map - eps Property Map
- fpx Property Map
- giropay Property Map
- google
Pay Property Map - grabpay Property Map
- ideal Property Map
- is
Default Boolean - The default configuration is used whenever a payment method configuration is not specified.
- jcb Property Map
- kakao
Pay Property Map - klarna Property Map
- konbini Property Map
- kr
Card 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 isfalse. - mb
Way Property Map - mobilepay Property Map
- multibanco Property Map
- name String
- The configuration's name.
- Property Map
- nz
Bank Property MapAccount - 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.
- pay
By Property MapBank - payco Property Map
- paynow Property Map
- paypal Property Map
- payto Property Map
- pix Property Map
- promptpay Property Map
- revolut
Pay Property Map - samsung
Pay Property Map - satispay Property Map
- scalapay Property Map
- sepa
Debit Property Map - sofort Property Map
- sunbit Property Map
- swish Property Map
- twint Property Map
- upi Property Map
- us
Bank Property MapAccount - wechat
Pay Property Map - zip Property Map
Supporting Types
PaymentMethodConfigurationAcssDebit, PaymentMethodConfigurationAcssDebitArgs
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Acss Debit Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Acss Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Acss Debit Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Acss Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Acss Debit Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Affirm Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Affirm Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Affirm Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Affirm Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Affirm Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Afterpay Clearpay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Afterpay Clearpay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Afterpay Clearpay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Afterpay Clearpay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Afterpay Clearpay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Alipay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Alipay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Alipay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Alipay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Alipay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Alma Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Alma Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Alma Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Alma Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Alma Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Amazon Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Amazon Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Amazon Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Amazon Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Amazon Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Apple Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Apple Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Apple Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Apple Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Apple Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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
- Display
Preference PaymentMethod Configuration Apple Pay Later Display Preference - Whether or not the payment method should be displayed.
- Display
Preference PaymentMethod Configuration Apple Pay Later Display Preference - Whether or not the payment method should be displayed.
- display_
preference object - Whether or not the payment method should be displayed.
- display
Preference PaymentMethod Configuration Apple Pay Later Display Preference - Whether or not the payment method should be displayed.
- display
Preference PaymentMethod Configuration Apple Pay Later Display Preference - Whether or not the payment method should be displayed.
- display_
preference PaymentMethod Configuration Apple Pay Later Display Preference - Whether or not the payment method should be displayed.
- display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Au Becs Debit Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Au Becs Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Au Becs Debit Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Au Becs Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Au Becs Debit Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Bacs Debit Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Bacs Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Bacs Debit Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Bacs Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Bacs Debit Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Bancontact Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Bancontact Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Bancontact Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Bancontact Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Bancontact Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Billie Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Billie Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Billie Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Billie Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Billie Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Bizum Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Bizum Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Bizum Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Bizum Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Bizum Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Blik Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Blik Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Blik Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Blik Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Blik Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Boleto Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Boleto Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Boleto Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Boleto Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Boleto Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Cartes Bancaires Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Cartes Bancaires Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Cartes Bancaires Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Cartes Bancaires Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Cartes Bancaires Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Cashapp Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Cashapp Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Cashapp Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Cashapp Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Cashapp Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Crypto Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Crypto Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Crypto Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Crypto Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Crypto Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Customer Balance Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Customer Balance Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Customer Balance Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Customer Balance Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Customer Balance Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Eps Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Eps Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Eps Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Eps Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Eps Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Fpx Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Fpx Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Fpx Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Fpx Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Fpx Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Giropay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Giropay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Giropay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Giropay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Giropay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Google Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Google Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Google Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Google Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Google Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Grabpay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Grabpay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Grabpay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Grabpay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Grabpay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Ideal Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Ideal Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Ideal Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Ideal Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Ideal Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Jcb Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Jcb Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Jcb Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Jcb Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Jcb Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Kakao Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Kakao Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Kakao Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Kakao Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Kakao Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Klarna Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Klarna Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Klarna Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Klarna Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Klarna Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Konbini Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Konbini Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Konbini Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Konbini Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Konbini Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Kr Card Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Kr Card Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Kr Card Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Kr Card Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Kr Card Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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.
PaymentMethodConfigurationLink, PaymentMethodConfigurationLinkArgs
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Link Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Link Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Link Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Link Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Link Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Mb Way Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Mb Way Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Mb Way Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Mb Way Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Mb Way Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Mobilepay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Mobilepay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Mobilepay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Mobilepay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Mobilepay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Multibanco Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Multibanco Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Multibanco Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Multibanco Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Multibanco Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Naver Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Naver Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Naver Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Naver Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Naver Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Nz Bank Account Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Nz Bank Account Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Nz Bank Account Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Nz Bank Account Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Nz Bank Account Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Oxxo Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Oxxo Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Oxxo Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Oxxo Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Oxxo Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration P24Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration P24Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration P24Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration P24Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration P24Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Pay By Bank Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Pay By Bank Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Pay By Bank Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Pay By Bank Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Pay By Bank Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Payco Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Payco Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Payco Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Payco Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Payco Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Paynow Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Paynow Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Paynow Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Paynow Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Paynow Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Paypal Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Paypal Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Paypal Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Paypal Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Paypal Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Payto Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Payto Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Payto Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Payto Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Payto Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Pix Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Pix Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Pix Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Pix Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Pix Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Promptpay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Promptpay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Promptpay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Promptpay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Promptpay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Revolut Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Revolut Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Revolut Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Revolut Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Revolut Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Samsung Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Samsung Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Samsung Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Samsung Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Samsung Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Satispay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Satispay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Satispay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Satispay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Satispay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Scalapay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Scalapay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Scalapay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Scalapay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Scalapay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Sepa Debit Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Sepa Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Sepa Debit Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Sepa Debit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Sepa Debit Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Sofort Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Sofort Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Sofort Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Sofort Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Sofort Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Sunbit Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Sunbit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Sunbit Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Sunbit Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Sunbit Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Swish Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Swish Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Swish Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Swish Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Swish Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Twint Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Twint Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Twint Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Twint Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Twint Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Upi Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Upi Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Upi Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Upi Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Upi Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Us Bank Account Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Us Bank Account Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Us Bank Account Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Us Bank Account Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Us Bank Account Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Wechat Pay Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Wechat Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Wechat Pay Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Wechat Pay Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Wechat Pay Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Zip Display Preference
- Available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - Display
Preference PaymentMethod Configuration Zip Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference object
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Zip Display Preference
- available boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference PaymentMethod Configuration Zip Display Preference
- available bool
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display_
preference PaymentMethod Configuration Zip Display Preference
- available Boolean
- Whether this payment method may be offered at checkout. True if
display_preferenceisonand the payment method's capability is active. - display
Preference 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
stripeTerraform Provider.
published on Friday, Aug 14, 2026 by Pulumi