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

    A Configurations object represents how features should be configured for terminal readers. For information about how to use it, see the Terminal configurations documentation.

    Create TerminalConfiguration Resource

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

    Constructor syntax

    new TerminalConfiguration(name: string, args?: TerminalConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def TerminalConfiguration(resource_name: str,
                              args: Optional[TerminalConfigurationArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def TerminalConfiguration(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              bbpos_wisepad3: Optional[TerminalConfigurationBbposWisepad3Args] = None,
                              bbpos_wisepos_e: Optional[TerminalConfigurationBbposWiseposEArgs] = None,
                              cellular: Optional[TerminalConfigurationCellularArgs] = None,
                              name: Optional[str] = None,
                              offline: Optional[TerminalConfigurationOfflineArgs] = None,
                              reboot_window: Optional[TerminalConfigurationRebootWindowArgs] = None,
                              stripe_s700: Optional[TerminalConfigurationStripeS700Args] = None,
                              stripe_s710: Optional[TerminalConfigurationStripeS710Args] = None,
                              tipping: Optional[TerminalConfigurationTippingArgs] = None,
                              verifone_m425: Optional[TerminalConfigurationVerifoneM425Args] = None,
                              verifone_p400: Optional[TerminalConfigurationVerifoneP400Args] = None,
                              verifone_p630: Optional[TerminalConfigurationVerifoneP630Args] = None,
                              verifone_ux700: Optional[TerminalConfigurationVerifoneUx700Args] = None,
                              verifone_v660p: Optional[TerminalConfigurationVerifoneV660pArgs] = None,
                              wifi: Optional[TerminalConfigurationWifiArgs] = None)
    func NewTerminalConfiguration(ctx *Context, name string, args *TerminalConfigurationArgs, opts ...ResourceOption) (*TerminalConfiguration, error)
    public TerminalConfiguration(string name, TerminalConfigurationArgs? args = null, CustomResourceOptions? opts = null)
    public TerminalConfiguration(String name, TerminalConfigurationArgs args)
    public TerminalConfiguration(String name, TerminalConfigurationArgs args, CustomResourceOptions options)
    
    type: stripe:TerminalConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_terminal_configuration" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args TerminalConfigurationArgs
    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 TerminalConfigurationArgs
    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 TerminalConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TerminalConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TerminalConfigurationArgs
    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 terminalConfigurationResource = new Stripe.TerminalConfiguration("terminalConfigurationResource", new()
    {
        BbposWisepad3 = new Stripe.Inputs.TerminalConfigurationBbposWisepad3Args
        {
            Splashscreen = "string",
        },
        BbposWiseposE = new Stripe.Inputs.TerminalConfigurationBbposWiseposEArgs
        {
            Splashscreen = "string",
        },
        Cellular = new Stripe.Inputs.TerminalConfigurationCellularArgs
        {
            Enabled = false,
        },
        Name = "string",
        Offline = new Stripe.Inputs.TerminalConfigurationOfflineArgs
        {
            Enabled = false,
        },
        RebootWindow = new Stripe.Inputs.TerminalConfigurationRebootWindowArgs
        {
            EndHour = 0.0,
            StartHour = 0.0,
        },
        StripeS700 = new Stripe.Inputs.TerminalConfigurationStripeS700Args
        {
            Splashscreen = "string",
        },
        StripeS710 = new Stripe.Inputs.TerminalConfigurationStripeS710Args
        {
            Splashscreen = "string",
        },
        Tipping = new Stripe.Inputs.TerminalConfigurationTippingArgs
        {
            Aed = new Stripe.Inputs.TerminalConfigurationTippingAedArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Aud = new Stripe.Inputs.TerminalConfigurationTippingAudArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Cad = new Stripe.Inputs.TerminalConfigurationTippingCadArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Chf = new Stripe.Inputs.TerminalConfigurationTippingChfArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Czk = new Stripe.Inputs.TerminalConfigurationTippingCzkArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Dkk = new Stripe.Inputs.TerminalConfigurationTippingDkkArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Eur = new Stripe.Inputs.TerminalConfigurationTippingEurArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Gbp = new Stripe.Inputs.TerminalConfigurationTippingGbpArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Gip = new Stripe.Inputs.TerminalConfigurationTippingGipArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Hkd = new Stripe.Inputs.TerminalConfigurationTippingHkdArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Huf = new Stripe.Inputs.TerminalConfigurationTippingHufArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Jpy = new Stripe.Inputs.TerminalConfigurationTippingJpyArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Mxn = new Stripe.Inputs.TerminalConfigurationTippingMxnArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Myr = new Stripe.Inputs.TerminalConfigurationTippingMyrArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Nok = new Stripe.Inputs.TerminalConfigurationTippingNokArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Nzd = new Stripe.Inputs.TerminalConfigurationTippingNzdArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Pln = new Stripe.Inputs.TerminalConfigurationTippingPlnArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Ron = new Stripe.Inputs.TerminalConfigurationTippingRonArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Sek = new Stripe.Inputs.TerminalConfigurationTippingSekArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Sgd = new Stripe.Inputs.TerminalConfigurationTippingSgdArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
            Usd = new Stripe.Inputs.TerminalConfigurationTippingUsdArgs
            {
                FixedAmounts = new[]
                {
                    0.0,
                },
                Percentages = new[]
                {
                    0.0,
                },
                SmartTipThreshold = 0.0,
            },
        },
        VerifoneM425 = new Stripe.Inputs.TerminalConfigurationVerifoneM425Args
        {
            Splashscreen = "string",
        },
        VerifoneP400 = new Stripe.Inputs.TerminalConfigurationVerifoneP400Args
        {
            Splashscreen = "string",
        },
        VerifoneP630 = new Stripe.Inputs.TerminalConfigurationVerifoneP630Args
        {
            Splashscreen = "string",
        },
        VerifoneUx700 = new Stripe.Inputs.TerminalConfigurationVerifoneUx700Args
        {
            Splashscreen = "string",
        },
        VerifoneV660p = new Stripe.Inputs.TerminalConfigurationVerifoneV660pArgs
        {
            Splashscreen = "string",
        },
        Wifi = new Stripe.Inputs.TerminalConfigurationWifiArgs
        {
            Type = "string",
            EnterpriseEapPeap = new Stripe.Inputs.TerminalConfigurationWifiEnterpriseEapPeapArgs
            {
                Password = "string",
                Ssid = "string",
                Username = "string",
                CaCertificateFile = "string",
            },
            EnterpriseEapTls = new Stripe.Inputs.TerminalConfigurationWifiEnterpriseEapTlsArgs
            {
                ClientCertificateFile = "string",
                PrivateKeyFile = "string",
                Ssid = "string",
                CaCertificateFile = "string",
                PrivateKeyFilePassword = "string",
            },
            PersonalPsk = new Stripe.Inputs.TerminalConfigurationWifiPersonalPskArgs
            {
                Password = "string",
                Ssid = "string",
            },
        },
    });
    
    example, err := stripe.NewTerminalConfiguration(ctx, "terminalConfigurationResource", &stripe.TerminalConfigurationArgs{
    	BbposWisepad3: &stripe.TerminalConfigurationBbposWisepad3Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	BbposWiseposE: &stripe.TerminalConfigurationBbposWiseposEArgs{
    		Splashscreen: pulumi.String("string"),
    	},
    	Cellular: &stripe.TerminalConfigurationCellularArgs{
    		Enabled: pulumi.Bool(false),
    	},
    	Name: pulumi.String("string"),
    	Offline: &stripe.TerminalConfigurationOfflineArgs{
    		Enabled: pulumi.Bool(false),
    	},
    	RebootWindow: &stripe.TerminalConfigurationRebootWindowArgs{
    		EndHour:   pulumi.Float64(0),
    		StartHour: pulumi.Float64(0),
    	},
    	StripeS700: &stripe.TerminalConfigurationStripeS700Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	StripeS710: &stripe.TerminalConfigurationStripeS710Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	Tipping: &stripe.TerminalConfigurationTippingArgs{
    		Aed: &stripe.TerminalConfigurationTippingAedArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Aud: &stripe.TerminalConfigurationTippingAudArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Cad: &stripe.TerminalConfigurationTippingCadArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Chf: &stripe.TerminalConfigurationTippingChfArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Czk: &stripe.TerminalConfigurationTippingCzkArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Dkk: &stripe.TerminalConfigurationTippingDkkArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Eur: &stripe.TerminalConfigurationTippingEurArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Gbp: &stripe.TerminalConfigurationTippingGbpArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Gip: &stripe.TerminalConfigurationTippingGipArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Hkd: &stripe.TerminalConfigurationTippingHkdArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Huf: &stripe.TerminalConfigurationTippingHufArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Jpy: &stripe.TerminalConfigurationTippingJpyArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Mxn: &stripe.TerminalConfigurationTippingMxnArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Myr: &stripe.TerminalConfigurationTippingMyrArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Nok: &stripe.TerminalConfigurationTippingNokArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Nzd: &stripe.TerminalConfigurationTippingNzdArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Pln: &stripe.TerminalConfigurationTippingPlnArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Ron: &stripe.TerminalConfigurationTippingRonArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Sek: &stripe.TerminalConfigurationTippingSekArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Sgd: &stripe.TerminalConfigurationTippingSgdArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    		Usd: &stripe.TerminalConfigurationTippingUsdArgs{
    			FixedAmounts: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			Percentages: pulumi.Float64Array{
    				pulumi.Float64(0),
    			},
    			SmartTipThreshold: pulumi.Float64(0),
    		},
    	},
    	VerifoneM425: &stripe.TerminalConfigurationVerifoneM425Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	VerifoneP400: &stripe.TerminalConfigurationVerifoneP400Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	VerifoneP630: &stripe.TerminalConfigurationVerifoneP630Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	VerifoneUx700: &stripe.TerminalConfigurationVerifoneUx700Args{
    		Splashscreen: pulumi.String("string"),
    	},
    	VerifoneV660p: &stripe.TerminalConfigurationVerifoneV660pArgs{
    		Splashscreen: pulumi.String("string"),
    	},
    	Wifi: &stripe.TerminalConfigurationWifiArgs{
    		Type: pulumi.String("string"),
    		EnterpriseEapPeap: &stripe.TerminalConfigurationWifiEnterpriseEapPeapArgs{
    			Password:          pulumi.String("string"),
    			Ssid:              pulumi.String("string"),
    			Username:          pulumi.String("string"),
    			CaCertificateFile: pulumi.String("string"),
    		},
    		EnterpriseEapTls: &stripe.TerminalConfigurationWifiEnterpriseEapTlsArgs{
    			ClientCertificateFile:  pulumi.String("string"),
    			PrivateKeyFile:         pulumi.String("string"),
    			Ssid:                   pulumi.String("string"),
    			CaCertificateFile:      pulumi.String("string"),
    			PrivateKeyFilePassword: pulumi.String("string"),
    		},
    		PersonalPsk: &stripe.TerminalConfigurationWifiPersonalPskArgs{
    			Password: pulumi.String("string"),
    			Ssid:     pulumi.String("string"),
    		},
    	},
    })
    
    resource "stripe_terminal_configuration" "terminalConfigurationResource" {
      lifecycle {
        create_before_destroy = true
      }
      bbpos_wisepad3 = {
        splashscreen = "string"
      }
      bbpos_wisepos_e = {
        splashscreen = "string"
      }
      cellular = {
        enabled = false
      }
      name = "string"
      offline = {
        enabled = false
      }
      reboot_window = {
        end_hour   = 0
        start_hour = 0
      }
      stripe_s700 = {
        splashscreen = "string"
      }
      stripe_s710 = {
        splashscreen = "string"
      }
      tipping = {
        aed = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        aud = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        cad = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        chf = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        czk = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        dkk = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        eur = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        gbp = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        gip = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        hkd = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        huf = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        jpy = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        mxn = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        myr = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        nok = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        nzd = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        pln = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        ron = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        sek = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        sgd = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
        usd = {
          fixed_amounts       = [0]
          percentages         = [0]
          smart_tip_threshold = 0
        }
      }
      verifone_m425 = {
        splashscreen = "string"
      }
      verifone_p400 = {
        splashscreen = "string"
      }
      verifone_p630 = {
        splashscreen = "string"
      }
      verifone_ux700 = {
        splashscreen = "string"
      }
      verifone_v660p = {
        splashscreen = "string"
      }
      wifi = {
        type = "string"
        enterprise_eap_peap = {
          password            = "string"
          ssid                = "string"
          username            = "string"
          ca_certificate_file = "string"
        }
        enterprise_eap_tls = {
          client_certificate_file   = "string"
          private_key_file          = "string"
          ssid                      = "string"
          ca_certificate_file       = "string"
          private_key_file_password = "string"
        }
        personal_psk = {
          password = "string"
          ssid     = "string"
        }
      }
    }
    
    var terminalConfigurationResource = new TerminalConfiguration("terminalConfigurationResource", TerminalConfigurationArgs.builder()
        .bbposWisepad3(TerminalConfigurationBbposWisepad3Args.builder()
            .splashscreen("string")
            .build())
        .bbposWiseposE(TerminalConfigurationBbposWiseposEArgs.builder()
            .splashscreen("string")
            .build())
        .cellular(TerminalConfigurationCellularArgs.builder()
            .enabled(false)
            .build())
        .name("string")
        .offline(TerminalConfigurationOfflineArgs.builder()
            .enabled(false)
            .build())
        .rebootWindow(TerminalConfigurationRebootWindowArgs.builder()
            .endHour(0.0)
            .startHour(0.0)
            .build())
        .stripeS700(TerminalConfigurationStripeS700Args.builder()
            .splashscreen("string")
            .build())
        .stripeS710(TerminalConfigurationStripeS710Args.builder()
            .splashscreen("string")
            .build())
        .tipping(TerminalConfigurationTippingArgs.builder()
            .aed(TerminalConfigurationTippingAedArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .aud(TerminalConfigurationTippingAudArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .cad(TerminalConfigurationTippingCadArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .chf(TerminalConfigurationTippingChfArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .czk(TerminalConfigurationTippingCzkArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .dkk(TerminalConfigurationTippingDkkArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .eur(TerminalConfigurationTippingEurArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .gbp(TerminalConfigurationTippingGbpArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .gip(TerminalConfigurationTippingGipArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .hkd(TerminalConfigurationTippingHkdArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .huf(TerminalConfigurationTippingHufArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .jpy(TerminalConfigurationTippingJpyArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .mxn(TerminalConfigurationTippingMxnArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .myr(TerminalConfigurationTippingMyrArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .nok(TerminalConfigurationTippingNokArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .nzd(TerminalConfigurationTippingNzdArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .pln(TerminalConfigurationTippingPlnArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .ron(TerminalConfigurationTippingRonArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .sek(TerminalConfigurationTippingSekArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .sgd(TerminalConfigurationTippingSgdArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .usd(TerminalConfigurationTippingUsdArgs.builder()
                .fixedAmounts(0.0)
                .percentages(0.0)
                .smartTipThreshold(0.0)
                .build())
            .build())
        .verifoneM425(TerminalConfigurationVerifoneM425Args.builder()
            .splashscreen("string")
            .build())
        .verifoneP400(TerminalConfigurationVerifoneP400Args.builder()
            .splashscreen("string")
            .build())
        .verifoneP630(TerminalConfigurationVerifoneP630Args.builder()
            .splashscreen("string")
            .build())
        .verifoneUx700(TerminalConfigurationVerifoneUx700Args.builder()
            .splashscreen("string")
            .build())
        .verifoneV660p(TerminalConfigurationVerifoneV660pArgs.builder()
            .splashscreen("string")
            .build())
        .wifi(TerminalConfigurationWifiArgs.builder()
            .type("string")
            .enterpriseEapPeap(TerminalConfigurationWifiEnterpriseEapPeapArgs.builder()
                .password("string")
                .ssid("string")
                .username("string")
                .caCertificateFile("string")
                .build())
            .enterpriseEapTls(TerminalConfigurationWifiEnterpriseEapTlsArgs.builder()
                .clientCertificateFile("string")
                .privateKeyFile("string")
                .ssid("string")
                .caCertificateFile("string")
                .privateKeyFilePassword("string")
                .build())
            .personalPsk(TerminalConfigurationWifiPersonalPskArgs.builder()
                .password("string")
                .ssid("string")
                .build())
            .build())
        .build());
    
    terminal_configuration_resource = stripe.TerminalConfiguration("terminalConfigurationResource",
        bbpos_wisepad3={
            "splashscreen": "string",
        },
        bbpos_wisepos_e={
            "splashscreen": "string",
        },
        cellular={
            "enabled": False,
        },
        name="string",
        offline={
            "enabled": False,
        },
        reboot_window={
            "end_hour": float(0),
            "start_hour": float(0),
        },
        stripe_s700={
            "splashscreen": "string",
        },
        stripe_s710={
            "splashscreen": "string",
        },
        tipping={
            "aed": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "aud": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "cad": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "chf": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "czk": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "dkk": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "eur": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "gbp": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "gip": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "hkd": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "huf": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "jpy": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "mxn": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "myr": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "nok": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "nzd": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "pln": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "ron": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "sek": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "sgd": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
            "usd": {
                "fixed_amounts": [float(0)],
                "percentages": [float(0)],
                "smart_tip_threshold": float(0),
            },
        },
        verifone_m425={
            "splashscreen": "string",
        },
        verifone_p400={
            "splashscreen": "string",
        },
        verifone_p630={
            "splashscreen": "string",
        },
        verifone_ux700={
            "splashscreen": "string",
        },
        verifone_v660p={
            "splashscreen": "string",
        },
        wifi={
            "type": "string",
            "enterprise_eap_peap": {
                "password": "string",
                "ssid": "string",
                "username": "string",
                "ca_certificate_file": "string",
            },
            "enterprise_eap_tls": {
                "client_certificate_file": "string",
                "private_key_file": "string",
                "ssid": "string",
                "ca_certificate_file": "string",
                "private_key_file_password": "string",
            },
            "personal_psk": {
                "password": "string",
                "ssid": "string",
            },
        })
    
    const terminalConfigurationResource = new stripe.TerminalConfiguration("terminalConfigurationResource", {
        bbposWisepad3: {
            splashscreen: "string",
        },
        bbposWiseposE: {
            splashscreen: "string",
        },
        cellular: {
            enabled: false,
        },
        name: "string",
        offline: {
            enabled: false,
        },
        rebootWindow: {
            endHour: 0,
            startHour: 0,
        },
        stripeS700: {
            splashscreen: "string",
        },
        stripeS710: {
            splashscreen: "string",
        },
        tipping: {
            aed: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            aud: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            cad: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            chf: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            czk: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            dkk: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            eur: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            gbp: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            gip: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            hkd: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            huf: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            jpy: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            mxn: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            myr: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            nok: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            nzd: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            pln: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            ron: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            sek: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            sgd: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
            usd: {
                fixedAmounts: [0],
                percentages: [0],
                smartTipThreshold: 0,
            },
        },
        verifoneM425: {
            splashscreen: "string",
        },
        verifoneP400: {
            splashscreen: "string",
        },
        verifoneP630: {
            splashscreen: "string",
        },
        verifoneUx700: {
            splashscreen: "string",
        },
        verifoneV660p: {
            splashscreen: "string",
        },
        wifi: {
            type: "string",
            enterpriseEapPeap: {
                password: "string",
                ssid: "string",
                username: "string",
                caCertificateFile: "string",
            },
            enterpriseEapTls: {
                clientCertificateFile: "string",
                privateKeyFile: "string",
                ssid: "string",
                caCertificateFile: "string",
                privateKeyFilePassword: "string",
            },
            personalPsk: {
                password: "string",
                ssid: "string",
            },
        },
    });
    
    type: stripe:TerminalConfiguration
    properties:
        bbposWisepad3:
            splashscreen: string
        bbposWiseposE:
            splashscreen: string
        cellular:
            enabled: false
        name: string
        offline:
            enabled: false
        rebootWindow:
            endHour: 0
            startHour: 0
        stripeS700:
            splashscreen: string
        stripeS710:
            splashscreen: string
        tipping:
            aed:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            aud:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            cad:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            chf:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            czk:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            dkk:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            eur:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            gbp:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            gip:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            hkd:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            huf:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            jpy:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            mxn:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            myr:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            nok:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            nzd:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            pln:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            ron:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            sek:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            sgd:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
            usd:
                fixedAmounts:
                    - 0
                percentages:
                    - 0
                smartTipThreshold: 0
        verifoneM425:
            splashscreen: string
        verifoneP400:
            splashscreen: string
        verifoneP630:
            splashscreen: string
        verifoneUx700:
            splashscreen: string
        verifoneV660p:
            splashscreen: string
        wifi:
            enterpriseEapPeap:
                caCertificateFile: string
                password: string
                ssid: string
                username: string
            enterpriseEapTls:
                caCertificateFile: string
                clientCertificateFile: string
                privateKeyFile: string
                privateKeyFilePassword: string
                ssid: string
            personalPsk:
                password: string
                ssid: string
            type: string
    

    TerminalConfiguration 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 TerminalConfiguration resource accepts the following input properties:

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    IsAccountDefault bool
    Whether this Configuration is the default for your account
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsAccountDefault bool
    Whether this Configuration is the default for your account
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    id string
    The provider-assigned unique ID for this managed resource.
    is_account_default bool
    Whether this Configuration is the default for your account
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    id String
    The provider-assigned unique ID for this managed resource.
    isAccountDefault Boolean
    Whether this Configuration is the default for your account
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    id string
    The provider-assigned unique ID for this managed resource.
    isAccountDefault boolean
    Whether this Configuration is the default for your account
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    id str
    The provider-assigned unique ID for this managed resource.
    is_account_default bool
    Whether this Configuration is the default for your account
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    id String
    The provider-assigned unique ID for this managed resource.
    isAccountDefault Boolean
    Whether this Configuration is the default for your account
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.

    Look up Existing TerminalConfiguration Resource

    Get an existing TerminalConfiguration 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?: TerminalConfigurationState, opts?: CustomResourceOptions): TerminalConfiguration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bbpos_wisepad3: Optional[TerminalConfigurationBbposWisepad3Args] = None,
            bbpos_wisepos_e: Optional[TerminalConfigurationBbposWiseposEArgs] = None,
            cellular: Optional[TerminalConfigurationCellularArgs] = None,
            is_account_default: Optional[bool] = None,
            livemode: Optional[bool] = None,
            name: Optional[str] = None,
            object: Optional[str] = None,
            offline: Optional[TerminalConfigurationOfflineArgs] = None,
            reboot_window: Optional[TerminalConfigurationRebootWindowArgs] = None,
            stripe_s700: Optional[TerminalConfigurationStripeS700Args] = None,
            stripe_s710: Optional[TerminalConfigurationStripeS710Args] = None,
            tipping: Optional[TerminalConfigurationTippingArgs] = None,
            verifone_m425: Optional[TerminalConfigurationVerifoneM425Args] = None,
            verifone_p400: Optional[TerminalConfigurationVerifoneP400Args] = None,
            verifone_p630: Optional[TerminalConfigurationVerifoneP630Args] = None,
            verifone_ux700: Optional[TerminalConfigurationVerifoneUx700Args] = None,
            verifone_v660p: Optional[TerminalConfigurationVerifoneV660pArgs] = None,
            wifi: Optional[TerminalConfigurationWifiArgs] = None) -> TerminalConfiguration
    func GetTerminalConfiguration(ctx *Context, name string, id IDInput, state *TerminalConfigurationState, opts ...ResourceOption) (*TerminalConfiguration, error)
    public static TerminalConfiguration Get(string name, Input<string> id, TerminalConfigurationState? state, CustomResourceOptions? opts = null)
    public static TerminalConfiguration get(String name, Output<String> id, TerminalConfigurationState state, CustomResourceOptions options)
    resources:  _:    type: stripe:TerminalConfiguration    get:      id: ${id}
    import {
      to = stripe_terminal_configuration.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    BbposWisepad3 TerminalConfigurationBbposWisepad3
    BbposWiseposE TerminalConfigurationBbposWiseposE
    Cellular TerminalConfigurationCellular
    IsAccountDefault bool
    Whether this Configuration is the default for your account
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Name string
    String indicating the name of the Configuration object, set by the user
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Offline TerminalConfigurationOffline
    RebootWindow TerminalConfigurationRebootWindow
    StripeS700 TerminalConfigurationStripeS700
    StripeS710 TerminalConfigurationStripeS710
    Tipping TerminalConfigurationTipping
    VerifoneM425 TerminalConfigurationVerifoneM425
    VerifoneP400 TerminalConfigurationVerifoneP400
    VerifoneP630 TerminalConfigurationVerifoneP630
    VerifoneUx700 TerminalConfigurationVerifoneUx700
    VerifoneV660p TerminalConfigurationVerifoneV660p
    Wifi TerminalConfigurationWifi
    BbposWisepad3 TerminalConfigurationBbposWisepad3Args
    BbposWiseposE TerminalConfigurationBbposWiseposEArgs
    Cellular TerminalConfigurationCellularArgs
    IsAccountDefault bool
    Whether this Configuration is the default for your account
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Name string
    String indicating the name of the Configuration object, set by the user
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Offline TerminalConfigurationOfflineArgs
    RebootWindow TerminalConfigurationRebootWindowArgs
    StripeS700 TerminalConfigurationStripeS700Args
    StripeS710 TerminalConfigurationStripeS710Args
    Tipping TerminalConfigurationTippingArgs
    VerifoneM425 TerminalConfigurationVerifoneM425Args
    VerifoneP400 TerminalConfigurationVerifoneP400Args
    VerifoneP630 TerminalConfigurationVerifoneP630Args
    VerifoneUx700 TerminalConfigurationVerifoneUx700Args
    VerifoneV660p TerminalConfigurationVerifoneV660pArgs
    Wifi TerminalConfigurationWifiArgs
    bbpos_wisepad3 object
    bbpos_wisepos_e object
    cellular object
    is_account_default bool
    Whether this Configuration is the default for your account
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    name string
    String indicating the name of the Configuration object, set by the user
    object string
    String representing the object's type. Objects of the same type share the same value.
    offline object
    reboot_window object
    stripe_s700 object
    stripe_s710 object
    tipping object
    verifone_m425 object
    verifone_p400 object
    verifone_p630 object
    verifone_ux700 object
    verifone_v660p object
    wifi object
    bbposWisepad3 TerminalConfigurationBbposWisepad3
    bbposWiseposE TerminalConfigurationBbposWiseposE
    cellular TerminalConfigurationCellular
    isAccountDefault Boolean
    Whether this Configuration is the default for your account
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    name String
    String indicating the name of the Configuration object, set by the user
    object String
    String representing the object's type. Objects of the same type share the same value.
    offline TerminalConfigurationOffline
    rebootWindow TerminalConfigurationRebootWindow
    stripeS700 TerminalConfigurationStripeS700
    stripeS710 TerminalConfigurationStripeS710
    tipping TerminalConfigurationTipping
    verifoneM425 TerminalConfigurationVerifoneM425
    verifoneP400 TerminalConfigurationVerifoneP400
    verifoneP630 TerminalConfigurationVerifoneP630
    verifoneUx700 TerminalConfigurationVerifoneUx700
    verifoneV660p TerminalConfigurationVerifoneV660p
    wifi TerminalConfigurationWifi
    bbposWisepad3 TerminalConfigurationBbposWisepad3
    bbposWiseposE TerminalConfigurationBbposWiseposE
    cellular TerminalConfigurationCellular
    isAccountDefault boolean
    Whether this Configuration is the default for your account
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    name string
    String indicating the name of the Configuration object, set by the user
    object string
    String representing the object's type. Objects of the same type share the same value.
    offline TerminalConfigurationOffline
    rebootWindow TerminalConfigurationRebootWindow
    stripeS700 TerminalConfigurationStripeS700
    stripeS710 TerminalConfigurationStripeS710
    tipping TerminalConfigurationTipping
    verifoneM425 TerminalConfigurationVerifoneM425
    verifoneP400 TerminalConfigurationVerifoneP400
    verifoneP630 TerminalConfigurationVerifoneP630
    verifoneUx700 TerminalConfigurationVerifoneUx700
    verifoneV660p TerminalConfigurationVerifoneV660p
    wifi TerminalConfigurationWifi
    bbpos_wisepad3 TerminalConfigurationBbposWisepad3Args
    bbpos_wisepos_e TerminalConfigurationBbposWiseposEArgs
    cellular TerminalConfigurationCellularArgs
    is_account_default bool
    Whether this Configuration is the default for your account
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    name str
    String indicating the name of the Configuration object, set by the user
    object str
    String representing the object's type. Objects of the same type share the same value.
    offline TerminalConfigurationOfflineArgs
    reboot_window TerminalConfigurationRebootWindowArgs
    stripe_s700 TerminalConfigurationStripeS700Args
    stripe_s710 TerminalConfigurationStripeS710Args
    tipping TerminalConfigurationTippingArgs
    verifone_m425 TerminalConfigurationVerifoneM425Args
    verifone_p400 TerminalConfigurationVerifoneP400Args
    verifone_p630 TerminalConfigurationVerifoneP630Args
    verifone_ux700 TerminalConfigurationVerifoneUx700Args
    verifone_v660p TerminalConfigurationVerifoneV660pArgs
    wifi TerminalConfigurationWifiArgs
    bbposWisepad3 Property Map
    bbposWiseposE Property Map
    cellular Property Map
    isAccountDefault Boolean
    Whether this Configuration is the default for your account
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    name String
    String indicating the name of the Configuration object, set by the user
    object String
    String representing the object's type. Objects of the same type share the same value.
    offline Property Map
    rebootWindow Property Map
    stripeS700 Property Map
    stripeS710 Property Map
    tipping Property Map
    verifoneM425 Property Map
    verifoneP400 Property Map
    verifoneP630 Property Map
    verifoneUx700 Property Map
    verifoneV660p Property Map
    wifi Property Map

    Supporting Types

    TerminalConfigurationBbposWisepad3, TerminalConfigurationBbposWisepad3Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationBbposWiseposE, TerminalConfigurationBbposWiseposEArgs

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationCellular, TerminalConfigurationCellularArgs

    Enabled bool
    Whether a cellular-capable reader can connect to the internet over cellular.
    Enabled bool
    Whether a cellular-capable reader can connect to the internet over cellular.
    enabled bool
    Whether a cellular-capable reader can connect to the internet over cellular.
    enabled Boolean
    Whether a cellular-capable reader can connect to the internet over cellular.
    enabled boolean
    Whether a cellular-capable reader can connect to the internet over cellular.
    enabled bool
    Whether a cellular-capable reader can connect to the internet over cellular.
    enabled Boolean
    Whether a cellular-capable reader can connect to the internet over cellular.

    TerminalConfigurationOffline, TerminalConfigurationOfflineArgs

    Enabled bool
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    Enabled bool
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    enabled bool
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    enabled Boolean
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    enabled boolean
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    enabled bool
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    enabled Boolean
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.

    TerminalConfigurationRebootWindow, TerminalConfigurationRebootWindowArgs

    EndHour double
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    StartHour double
    Integer between 0 to 23 that represents the start hour of the reboot time window.
    EndHour float64
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    StartHour float64
    Integer between 0 to 23 that represents the start hour of the reboot time window.
    end_hour number
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    start_hour number
    Integer between 0 to 23 that represents the start hour of the reboot time window.
    endHour Double
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    startHour Double
    Integer between 0 to 23 that represents the start hour of the reboot time window.
    endHour number
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    startHour number
    Integer between 0 to 23 that represents the start hour of the reboot time window.
    end_hour float
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    start_hour float
    Integer between 0 to 23 that represents the start hour of the reboot time window.
    endHour Number
    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    startHour Number
    Integer between 0 to 23 that represents the start hour of the reboot time window.

    TerminalConfigurationStripeS700, TerminalConfigurationStripeS700Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationStripeS710, TerminalConfigurationStripeS710Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationTipping, TerminalConfigurationTippingArgs

    TerminalConfigurationTippingAed, TerminalConfigurationTippingAedArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingAud, TerminalConfigurationTippingAudArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingCad, TerminalConfigurationTippingCadArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingChf, TerminalConfigurationTippingChfArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingCzk, TerminalConfigurationTippingCzkArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingDkk, TerminalConfigurationTippingDkkArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingEur, TerminalConfigurationTippingEurArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingGbp, TerminalConfigurationTippingGbpArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingGip, TerminalConfigurationTippingGipArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingHkd, TerminalConfigurationTippingHkdArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingHuf, TerminalConfigurationTippingHufArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingJpy, TerminalConfigurationTippingJpyArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingMxn, TerminalConfigurationTippingMxnArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingMyr, TerminalConfigurationTippingMyrArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingNok, TerminalConfigurationTippingNokArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingNzd, TerminalConfigurationTippingNzdArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingPln, TerminalConfigurationTippingPlnArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingRon, TerminalConfigurationTippingRonArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingSek, TerminalConfigurationTippingSekArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingSgd, TerminalConfigurationTippingSgdArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationTippingUsd, TerminalConfigurationTippingUsdArgs

    FixedAmounts List<double>
    Fixed amounts displayed when collecting a tip
    Percentages List<double>
    Percentages displayed when collecting a tip
    SmartTipThreshold double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    FixedAmounts []float64
    Fixed amounts displayed when collecting a tip
    Percentages []float64
    Percentages displayed when collecting a tip
    SmartTipThreshold float64
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts list(number)
    Fixed amounts displayed when collecting a tip
    percentages list(number)
    Percentages displayed when collecting a tip
    smart_tip_threshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Double>
    Fixed amounts displayed when collecting a tip
    percentages List<Double>
    Percentages displayed when collecting a tip
    smartTipThreshold Double
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts number[]
    Fixed amounts displayed when collecting a tip
    percentages number[]
    Percentages displayed when collecting a tip
    smartTipThreshold number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixed_amounts Sequence[float]
    Fixed amounts displayed when collecting a tip
    percentages Sequence[float]
    Percentages displayed when collecting a tip
    smart_tip_threshold float
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
    fixedAmounts List<Number>
    Fixed amounts displayed when collecting a tip
    percentages List<Number>
    Percentages displayed when collecting a tip
    smartTipThreshold Number
    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

    TerminalConfigurationVerifoneM425, TerminalConfigurationVerifoneM425Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationVerifoneP400, TerminalConfigurationVerifoneP400Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationVerifoneP630, TerminalConfigurationVerifoneP630Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationVerifoneUx700, TerminalConfigurationVerifoneUx700Args

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationVerifoneV660p, TerminalConfigurationVerifoneV660pArgs

    Splashscreen string
    A File ID representing an image to display on the reader
    Splashscreen string
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader
    splashscreen string
    A File ID representing an image to display on the reader
    splashscreen str
    A File ID representing an image to display on the reader
    splashscreen String
    A File ID representing an image to display on the reader

    TerminalConfigurationWifi, TerminalConfigurationWifiArgs

    Type string
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    EnterpriseEapPeap TerminalConfigurationWifiEnterpriseEapPeap
    EnterpriseEapTls TerminalConfigurationWifiEnterpriseEapTls
    PersonalPsk TerminalConfigurationWifiPersonalPsk
    Type string
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    EnterpriseEapPeap TerminalConfigurationWifiEnterpriseEapPeap
    EnterpriseEapTls TerminalConfigurationWifiEnterpriseEapTls
    PersonalPsk TerminalConfigurationWifiPersonalPsk
    type string
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    enterprise_eap_peap object
    enterprise_eap_tls object
    personal_psk object
    type String
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    enterpriseEapPeap TerminalConfigurationWifiEnterpriseEapPeap
    enterpriseEapTls TerminalConfigurationWifiEnterpriseEapTls
    personalPsk TerminalConfigurationWifiPersonalPsk
    type string
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    enterpriseEapPeap TerminalConfigurationWifiEnterpriseEapPeap
    enterpriseEapTls TerminalConfigurationWifiEnterpriseEapTls
    personalPsk TerminalConfigurationWifiPersonalPsk
    type str
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    enterprise_eap_peap TerminalConfigurationWifiEnterpriseEapPeap
    enterprise_eap_tls TerminalConfigurationWifiEnterpriseEapTls
    personal_psk TerminalConfigurationWifiPersonalPsk
    type String
    Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
    enterpriseEapPeap Property Map
    enterpriseEapTls Property Map
    personalPsk Property Map

    TerminalConfigurationWifiEnterpriseEapPeap, TerminalConfigurationWifiEnterpriseEapPeapArgs

    Password string
    Password for connecting to the WiFi network
    Ssid string
    Name of the WiFi network
    Username string
    Username for connecting to the WiFi network
    CaCertificateFile string
    A File ID representing a PEM file containing the server certificate
    Password string
    Password for connecting to the WiFi network
    Ssid string
    Name of the WiFi network
    Username string
    Username for connecting to the WiFi network
    CaCertificateFile string
    A File ID representing a PEM file containing the server certificate
    password string
    Password for connecting to the WiFi network
    ssid string
    Name of the WiFi network
    username string
    Username for connecting to the WiFi network
    ca_certificate_file string
    A File ID representing a PEM file containing the server certificate
    password String
    Password for connecting to the WiFi network
    ssid String
    Name of the WiFi network
    username String
    Username for connecting to the WiFi network
    caCertificateFile String
    A File ID representing a PEM file containing the server certificate
    password string
    Password for connecting to the WiFi network
    ssid string
    Name of the WiFi network
    username string
    Username for connecting to the WiFi network
    caCertificateFile string
    A File ID representing a PEM file containing the server certificate
    password str
    Password for connecting to the WiFi network
    ssid str
    Name of the WiFi network
    username str
    Username for connecting to the WiFi network
    ca_certificate_file str
    A File ID representing a PEM file containing the server certificate
    password String
    Password for connecting to the WiFi network
    ssid String
    Name of the WiFi network
    username String
    Username for connecting to the WiFi network
    caCertificateFile String
    A File ID representing a PEM file containing the server certificate

    TerminalConfigurationWifiEnterpriseEapTls, TerminalConfigurationWifiEnterpriseEapTlsArgs

    ClientCertificateFile string
    A File ID representing a PEM file containing the client certificate
    PrivateKeyFile string
    A File ID representing a PEM file containing the client RSA private key
    Ssid string
    Name of the WiFi network
    CaCertificateFile string
    A File ID representing a PEM file containing the server certificate
    PrivateKeyFilePassword string
    Password for the private key file
    ClientCertificateFile string
    A File ID representing a PEM file containing the client certificate
    PrivateKeyFile string
    A File ID representing a PEM file containing the client RSA private key
    Ssid string
    Name of the WiFi network
    CaCertificateFile string
    A File ID representing a PEM file containing the server certificate
    PrivateKeyFilePassword string
    Password for the private key file
    client_certificate_file string
    A File ID representing a PEM file containing the client certificate
    private_key_file string
    A File ID representing a PEM file containing the client RSA private key
    ssid string
    Name of the WiFi network
    ca_certificate_file string
    A File ID representing a PEM file containing the server certificate
    private_key_file_password string
    Password for the private key file
    clientCertificateFile String
    A File ID representing a PEM file containing the client certificate
    privateKeyFile String
    A File ID representing a PEM file containing the client RSA private key
    ssid String
    Name of the WiFi network
    caCertificateFile String
    A File ID representing a PEM file containing the server certificate
    privateKeyFilePassword String
    Password for the private key file
    clientCertificateFile string
    A File ID representing a PEM file containing the client certificate
    privateKeyFile string
    A File ID representing a PEM file containing the client RSA private key
    ssid string
    Name of the WiFi network
    caCertificateFile string
    A File ID representing a PEM file containing the server certificate
    privateKeyFilePassword string
    Password for the private key file
    client_certificate_file str
    A File ID representing a PEM file containing the client certificate
    private_key_file str
    A File ID representing a PEM file containing the client RSA private key
    ssid str
    Name of the WiFi network
    ca_certificate_file str
    A File ID representing a PEM file containing the server certificate
    private_key_file_password str
    Password for the private key file
    clientCertificateFile String
    A File ID representing a PEM file containing the client certificate
    privateKeyFile String
    A File ID representing a PEM file containing the client RSA private key
    ssid String
    Name of the WiFi network
    caCertificateFile String
    A File ID representing a PEM file containing the server certificate
    privateKeyFilePassword String
    Password for the private key file

    TerminalConfigurationWifiPersonalPsk, TerminalConfigurationWifiPersonalPskArgs

    Password string
    Password for connecting to the WiFi network
    Ssid string
    Name of the WiFi network
    Password string
    Password for connecting to the WiFi network
    Ssid string
    Name of the WiFi network
    password string
    Password for connecting to the WiFi network
    ssid string
    Name of the WiFi network
    password String
    Password for connecting to the WiFi network
    ssid String
    Name of the WiFi network
    password string
    Password for connecting to the WiFi network
    ssid string
    Name of the WiFi network
    password str
    Password for connecting to the WiFi network
    ssid str
    Name of the WiFi network
    password String
    Password for connecting to the WiFi network
    ssid String
    Name of the WiFi network

    Package Details

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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial