published on Friday, Aug 14, 2026 by Pulumi
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:
- Bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3 - Bbpos
Wisepos TerminalE Configuration Bbpos Wisepos E - Cellular
Terminal
Configuration Cellular - Name string
- String indicating the name of the Configuration object, set by the user
- Offline
Terminal
Configuration Offline - Reboot
Window TerminalConfiguration Reboot Window - Stripe
S700 TerminalConfiguration Stripe S700 - Stripe
S710 TerminalConfiguration Stripe S710 - Tipping
Terminal
Configuration Tipping - Verifone
M425 TerminalConfiguration Verifone M425 - Verifone
P400 TerminalConfiguration Verifone P400 - Verifone
P630 TerminalConfiguration Verifone P630 - Verifone
Ux700 TerminalConfiguration Verifone Ux700 - Verifone
V660p TerminalConfiguration Verifone V660p - Wifi
Terminal
Configuration Wifi
- Bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3Args - Bbpos
Wisepos TerminalE Configuration Bbpos Wisepos EArgs - Cellular
Terminal
Configuration Cellular Args - Name string
- String indicating the name of the Configuration object, set by the user
- Offline
Terminal
Configuration Offline Args - Reboot
Window TerminalConfiguration Reboot Window Args - Stripe
S700 TerminalConfiguration Stripe S700Args - Stripe
S710 TerminalConfiguration Stripe S710Args - Tipping
Terminal
Configuration Tipping Args - Verifone
M425 TerminalConfiguration Verifone M425Args - Verifone
P400 TerminalConfiguration Verifone P400Args - Verifone
P630 TerminalConfiguration Verifone P630Args - Verifone
Ux700 TerminalConfiguration Verifone Ux700Args - Verifone
V660p TerminalConfiguration Verifone V660p Args - Wifi
Terminal
Configuration Wifi Args
- bbpos_
wisepad3 object - bbpos_
wisepos_ objecte - cellular object
- name string
- String indicating the name of the Configuration object, set by the user
- 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
- bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3 - bbpos
Wisepos TerminalE Configuration Bbpos Wisepos E - cellular
Terminal
Configuration Cellular - name String
- String indicating the name of the Configuration object, set by the user
- offline
Terminal
Configuration Offline - reboot
Window TerminalConfiguration Reboot Window - stripe
S700 TerminalConfiguration Stripe S700 - stripe
S710 TerminalConfiguration Stripe S710 - tipping
Terminal
Configuration Tipping - verifone
M425 TerminalConfiguration Verifone M425 - verifone
P400 TerminalConfiguration Verifone P400 - verifone
P630 TerminalConfiguration Verifone P630 - verifone
Ux700 TerminalConfiguration Verifone Ux700 - verifone
V660p TerminalConfiguration Verifone V660p - wifi
Terminal
Configuration Wifi
- bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3 - bbpos
Wisepos TerminalE Configuration Bbpos Wisepos E - cellular
Terminal
Configuration Cellular - name string
- String indicating the name of the Configuration object, set by the user
- offline
Terminal
Configuration Offline - reboot
Window TerminalConfiguration Reboot Window - stripe
S700 TerminalConfiguration Stripe S700 - stripe
S710 TerminalConfiguration Stripe S710 - tipping
Terminal
Configuration Tipping - verifone
M425 TerminalConfiguration Verifone M425 - verifone
P400 TerminalConfiguration Verifone P400 - verifone
P630 TerminalConfiguration Verifone P630 - verifone
Ux700 TerminalConfiguration Verifone Ux700 - verifone
V660p TerminalConfiguration Verifone V660p - wifi
Terminal
Configuration Wifi
- bbpos_
wisepad3 TerminalConfiguration Bbpos Wisepad3Args - bbpos_
wisepos_ Terminale Configuration Bbpos Wisepos EArgs - cellular
Terminal
Configuration Cellular Args - name str
- String indicating the name of the Configuration object, set by the user
- offline
Terminal
Configuration Offline Args - reboot_
window TerminalConfiguration Reboot Window Args - stripe_
s700 TerminalConfiguration Stripe S700Args - stripe_
s710 TerminalConfiguration Stripe S710Args - tipping
Terminal
Configuration Tipping Args - verifone_
m425 TerminalConfiguration Verifone M425Args - verifone_
p400 TerminalConfiguration Verifone P400Args - verifone_
p630 TerminalConfiguration Verifone P630Args - verifone_
ux700 TerminalConfiguration Verifone Ux700Args - verifone_
v660p TerminalConfiguration Verifone V660p Args - wifi
Terminal
Configuration Wifi Args
- bbpos
Wisepad3 Property Map - bbpos
Wisepos Property MapE - cellular Property Map
- name String
- String indicating the name of the Configuration object, set by the user
- offline Property Map
- reboot
Window Property Map - stripe
S700 Property Map - stripe
S710 Property Map - tipping Property Map
- verifone
M425 Property Map - verifone
P400 Property Map - verifone
P630 Property Map - verifone
Ux700 Property Map - verifone
V660p Property Map - wifi Property Map
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.
- Is
Account boolDefault - 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 isfalse. - 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 boolDefault - 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 isfalse. - 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_ booldefault - 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 isfalse. - 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 BooleanDefault - 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 isfalse. - 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 booleanDefault - 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 isfalse. - 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_ booldefault - 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 isfalse. - 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.
- is
Account BooleanDefault - 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 isfalse. - 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) -> TerminalConfigurationfunc 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.
- Bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3 - Bbpos
Wisepos TerminalE Configuration Bbpos Wisepos E - Cellular
Terminal
Configuration Cellular - Is
Account boolDefault - 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 isfalse. - 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
Terminal
Configuration Offline - Reboot
Window TerminalConfiguration Reboot Window - Stripe
S700 TerminalConfiguration Stripe S700 - Stripe
S710 TerminalConfiguration Stripe S710 - Tipping
Terminal
Configuration Tipping - Verifone
M425 TerminalConfiguration Verifone M425 - Verifone
P400 TerminalConfiguration Verifone P400 - Verifone
P630 TerminalConfiguration Verifone P630 - Verifone
Ux700 TerminalConfiguration Verifone Ux700 - Verifone
V660p TerminalConfiguration Verifone V660p - Wifi
Terminal
Configuration Wifi
- Bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3Args - Bbpos
Wisepos TerminalE Configuration Bbpos Wisepos EArgs - Cellular
Terminal
Configuration Cellular Args - Is
Account boolDefault - 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 isfalse. - 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
Terminal
Configuration Offline Args - Reboot
Window TerminalConfiguration Reboot Window Args - Stripe
S700 TerminalConfiguration Stripe S700Args - Stripe
S710 TerminalConfiguration Stripe S710Args - Tipping
Terminal
Configuration Tipping Args - Verifone
M425 TerminalConfiguration Verifone M425Args - Verifone
P400 TerminalConfiguration Verifone P400Args - Verifone
P630 TerminalConfiguration Verifone P630Args - Verifone
Ux700 TerminalConfiguration Verifone Ux700Args - Verifone
V660p TerminalConfiguration Verifone V660p Args - Wifi
Terminal
Configuration Wifi Args
- bbpos_
wisepad3 object - bbpos_
wisepos_ objecte - cellular object
- is_
account_ booldefault - 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 isfalse. - 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
- bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3 - bbpos
Wisepos TerminalE Configuration Bbpos Wisepos E - cellular
Terminal
Configuration Cellular - is
Account BooleanDefault - 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 isfalse. - 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
Terminal
Configuration Offline - reboot
Window TerminalConfiguration Reboot Window - stripe
S700 TerminalConfiguration Stripe S700 - stripe
S710 TerminalConfiguration Stripe S710 - tipping
Terminal
Configuration Tipping - verifone
M425 TerminalConfiguration Verifone M425 - verifone
P400 TerminalConfiguration Verifone P400 - verifone
P630 TerminalConfiguration Verifone P630 - verifone
Ux700 TerminalConfiguration Verifone Ux700 - verifone
V660p TerminalConfiguration Verifone V660p - wifi
Terminal
Configuration Wifi
- bbpos
Wisepad3 TerminalConfiguration Bbpos Wisepad3 - bbpos
Wisepos TerminalE Configuration Bbpos Wisepos E - cellular
Terminal
Configuration Cellular - is
Account booleanDefault - 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 isfalse. - 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
Terminal
Configuration Offline - reboot
Window TerminalConfiguration Reboot Window - stripe
S700 TerminalConfiguration Stripe S700 - stripe
S710 TerminalConfiguration Stripe S710 - tipping
Terminal
Configuration Tipping - verifone
M425 TerminalConfiguration Verifone M425 - verifone
P400 TerminalConfiguration Verifone P400 - verifone
P630 TerminalConfiguration Verifone P630 - verifone
Ux700 TerminalConfiguration Verifone Ux700 - verifone
V660p TerminalConfiguration Verifone V660p - wifi
Terminal
Configuration Wifi
- bbpos_
wisepad3 TerminalConfiguration Bbpos Wisepad3Args - bbpos_
wisepos_ Terminale Configuration Bbpos Wisepos EArgs - cellular
Terminal
Configuration Cellular Args - is_
account_ booldefault - 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 isfalse. - 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
Terminal
Configuration Offline Args - reboot_
window TerminalConfiguration Reboot Window Args - stripe_
s700 TerminalConfiguration Stripe S700Args - stripe_
s710 TerminalConfiguration Stripe S710Args - tipping
Terminal
Configuration Tipping Args - verifone_
m425 TerminalConfiguration Verifone M425Args - verifone_
p400 TerminalConfiguration Verifone P400Args - verifone_
p630 TerminalConfiguration Verifone P630Args - verifone_
ux700 TerminalConfiguration Verifone Ux700Args - verifone_
v660p TerminalConfiguration Verifone V660p Args - wifi
Terminal
Configuration Wifi Args
- bbpos
Wisepad3 Property Map - bbpos
Wisepos Property MapE - cellular Property Map
- is
Account BooleanDefault - 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 isfalse. - 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
- reboot
Window Property Map - stripe
S700 Property Map - stripe
S710 Property Map - tipping Property Map
- verifone
M425 Property Map - verifone
P400 Property Map - verifone
P630 Property Map - verifone
Ux700 Property Map - verifone
V660p 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
- 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.
- 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.
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
- Aed
Terminal
Configuration Tipping Aed - Aud
Terminal
Configuration Tipping Aud - Cad
Terminal
Configuration Tipping Cad - Chf
Terminal
Configuration Tipping Chf - Czk
Terminal
Configuration Tipping Czk - Dkk
Terminal
Configuration Tipping Dkk - Eur
Terminal
Configuration Tipping Eur - Gbp
Terminal
Configuration Tipping Gbp - Gip
Terminal
Configuration Tipping Gip - Hkd
Terminal
Configuration Tipping Hkd - Huf
Terminal
Configuration Tipping Huf - Jpy
Terminal
Configuration Tipping Jpy - Mxn
Terminal
Configuration Tipping Mxn - Myr
Terminal
Configuration Tipping Myr - Nok
Terminal
Configuration Tipping Nok - Nzd
Terminal
Configuration Tipping Nzd - Pln
Terminal
Configuration Tipping Pln - Ron
Terminal
Configuration Tipping Ron - Sek
Terminal
Configuration Tipping Sek - Sgd
Terminal
Configuration Tipping Sgd - Usd
Terminal
Configuration Tipping Usd
- Aed
Terminal
Configuration Tipping Aed - Aud
Terminal
Configuration Tipping Aud - Cad
Terminal
Configuration Tipping Cad - Chf
Terminal
Configuration Tipping Chf - Czk
Terminal
Configuration Tipping Czk - Dkk
Terminal
Configuration Tipping Dkk - Eur
Terminal
Configuration Tipping Eur - Gbp
Terminal
Configuration Tipping Gbp - Gip
Terminal
Configuration Tipping Gip - Hkd
Terminal
Configuration Tipping Hkd - Huf
Terminal
Configuration Tipping Huf - Jpy
Terminal
Configuration Tipping Jpy - Mxn
Terminal
Configuration Tipping Mxn - Myr
Terminal
Configuration Tipping Myr - Nok
Terminal
Configuration Tipping Nok - Nzd
Terminal
Configuration Tipping Nzd - Pln
Terminal
Configuration Tipping Pln - Ron
Terminal
Configuration Tipping Ron - Sek
Terminal
Configuration Tipping Sek - Sgd
Terminal
Configuration Tipping Sgd - Usd
Terminal
Configuration Tipping Usd
- aed
Terminal
Configuration Tipping Aed - aud
Terminal
Configuration Tipping Aud - cad
Terminal
Configuration Tipping Cad - chf
Terminal
Configuration Tipping Chf - czk
Terminal
Configuration Tipping Czk - dkk
Terminal
Configuration Tipping Dkk - eur
Terminal
Configuration Tipping Eur - gbp
Terminal
Configuration Tipping Gbp - gip
Terminal
Configuration Tipping Gip - hkd
Terminal
Configuration Tipping Hkd - huf
Terminal
Configuration Tipping Huf - jpy
Terminal
Configuration Tipping Jpy - mxn
Terminal
Configuration Tipping Mxn - myr
Terminal
Configuration Tipping Myr - nok
Terminal
Configuration Tipping Nok - nzd
Terminal
Configuration Tipping Nzd - pln
Terminal
Configuration Tipping Pln - ron
Terminal
Configuration Tipping Ron - sek
Terminal
Configuration Tipping Sek - sgd
Terminal
Configuration Tipping Sgd - usd
Terminal
Configuration Tipping Usd
- aed
Terminal
Configuration Tipping Aed - aud
Terminal
Configuration Tipping Aud - cad
Terminal
Configuration Tipping Cad - chf
Terminal
Configuration Tipping Chf - czk
Terminal
Configuration Tipping Czk - dkk
Terminal
Configuration Tipping Dkk - eur
Terminal
Configuration Tipping Eur - gbp
Terminal
Configuration Tipping Gbp - gip
Terminal
Configuration Tipping Gip - hkd
Terminal
Configuration Tipping Hkd - huf
Terminal
Configuration Tipping Huf - jpy
Terminal
Configuration Tipping Jpy - mxn
Terminal
Configuration Tipping Mxn - myr
Terminal
Configuration Tipping Myr - nok
Terminal
Configuration Tipping Nok - nzd
Terminal
Configuration Tipping Nzd - pln
Terminal
Configuration Tipping Pln - ron
Terminal
Configuration Tipping Ron - sek
Terminal
Configuration Tipping Sek - sgd
Terminal
Configuration Tipping Sgd - usd
Terminal
Configuration Tipping Usd
- aed
Terminal
Configuration Tipping Aed - aud
Terminal
Configuration Tipping Aud - cad
Terminal
Configuration Tipping Cad - chf
Terminal
Configuration Tipping Chf - czk
Terminal
Configuration Tipping Czk - dkk
Terminal
Configuration Tipping Dkk - eur
Terminal
Configuration Tipping Eur - gbp
Terminal
Configuration Tipping Gbp - gip
Terminal
Configuration Tipping Gip - hkd
Terminal
Configuration Tipping Hkd - huf
Terminal
Configuration Tipping Huf - jpy
Terminal
Configuration Tipping Jpy - mxn
Terminal
Configuration Tipping Mxn - myr
Terminal
Configuration Tipping Myr - nok
Terminal
Configuration Tipping Nok - nzd
Terminal
Configuration Tipping Nzd - pln
Terminal
Configuration Tipping Pln - ron
Terminal
Configuration Tipping Ron - sek
Terminal
Configuration Tipping Sek - sgd
Terminal
Configuration Tipping Sgd - usd
Terminal
Configuration Tipping Usd
- aed Property Map
- aud Property Map
- cad Property Map
- chf Property Map
- czk Property Map
- dkk Property Map
- eur Property Map
- gbp Property Map
- gip Property Map
- hkd Property Map
- huf Property Map
- jpy Property Map
- mxn Property Map
- myr Property Map
- nok Property Map
- nzd Property Map
- pln Property Map
- ron Property Map
- sek Property Map
- sgd Property Map
- usd Property Map
TerminalConfigurationTippingAed, TerminalConfigurationTippingAedArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingAud, TerminalConfigurationTippingAudArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingCad, TerminalConfigurationTippingCadArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingChf, TerminalConfigurationTippingChfArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingCzk, TerminalConfigurationTippingCzkArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingDkk, TerminalConfigurationTippingDkkArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingEur, TerminalConfigurationTippingEurArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingGbp, TerminalConfigurationTippingGbpArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingGip, TerminalConfigurationTippingGipArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingHkd, TerminalConfigurationTippingHkdArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingHuf, TerminalConfigurationTippingHufArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingJpy, TerminalConfigurationTippingJpyArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingMxn, TerminalConfigurationTippingMxnArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingMyr, TerminalConfigurationTippingMyrArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingNok, TerminalConfigurationTippingNokArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingNzd, TerminalConfigurationTippingNzdArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingPln, TerminalConfigurationTippingPlnArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingRon, TerminalConfigurationTippingRonArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingSek, TerminalConfigurationTippingSekArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingSgd, TerminalConfigurationTippingSgdArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
TerminalConfigurationTippingUsd, TerminalConfigurationTippingUsdArgs
- Fixed
Amounts List<double> - Fixed amounts displayed when collecting a tip
- Percentages List<double>
- Percentages displayed when collecting a tip
- Smart
Tip doubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- Fixed
Amounts []float64 - Fixed amounts displayed when collecting a tip
- Percentages []float64
- Percentages displayed when collecting a tip
- Smart
Tip float64Threshold - 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_ numberthreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts List<Double> - Fixed amounts displayed when collecting a tip
- percentages List<Double>
- Percentages displayed when collecting a tip
- smart
Tip DoubleThreshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
- fixed
Amounts number[] - Fixed amounts displayed when collecting a tip
- percentages number[]
- Percentages displayed when collecting a tip
- smart
Tip numberThreshold - 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_ floatthreshold - 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 NumberThreshold - 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.
- Enterprise
Eap TerminalPeap Configuration Wifi Enterprise Eap Peap - Enterprise
Eap TerminalTls Configuration Wifi Enterprise Eap Tls - Personal
Psk TerminalConfiguration Wifi Personal Psk
- Type string
- Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
- Enterprise
Eap TerminalPeap Configuration Wifi Enterprise Eap Peap - Enterprise
Eap TerminalTls Configuration Wifi Enterprise Eap Tls - Personal
Psk TerminalConfiguration Wifi Personal Psk
- type string
- Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
- enterprise_
eap_ objectpeap - enterprise_
eap_ objecttls - personal_
psk object
- type String
- Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
- enterprise
Eap TerminalPeap Configuration Wifi Enterprise Eap Peap - enterprise
Eap TerminalTls Configuration Wifi Enterprise Eap Tls - personal
Psk TerminalConfiguration Wifi Personal Psk
- type string
- Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
- enterprise
Eap TerminalPeap Configuration Wifi Enterprise Eap Peap - enterprise
Eap TerminalTls Configuration Wifi Enterprise Eap Tls - personal
Psk TerminalConfiguration Wifi Personal Psk
- type str
- Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
- enterprise_
eap_ Terminalpeap Configuration Wifi Enterprise Eap Peap - enterprise_
eap_ Terminaltls Configuration Wifi Enterprise Eap Tls - personal_
psk TerminalConfiguration Wifi Personal Psk
- type String
- Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
- enterprise
Eap Property MapPeap - enterprise
Eap Property MapTls - personal
Psk 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
- Ca
Certificate stringFile - 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 stringFile - 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_ stringfile - 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 StringFile - 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 stringFile - 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_ strfile - 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 StringFile - A File ID representing a PEM file containing the server certificate
TerminalConfigurationWifiEnterpriseEapTls, TerminalConfigurationWifiEnterpriseEapTlsArgs
- Client
Certificate stringFile - A File ID representing a PEM file containing the client certificate
- Private
Key stringFile - A File ID representing a PEM file containing the client RSA private key
- Ssid string
- Name of the WiFi network
- Ca
Certificate stringFile - A File ID representing a PEM file containing the server certificate
- Private
Key stringFile Password - Password for the private key file
- Client
Certificate stringFile - A File ID representing a PEM file containing the client certificate
- Private
Key stringFile - A File ID representing a PEM file containing the client RSA private key
- Ssid string
- Name of the WiFi network
- Ca
Certificate stringFile - A File ID representing a PEM file containing the server certificate
- Private
Key stringFile Password - Password for the private key file
- client_
certificate_ stringfile - A File ID representing a PEM file containing the client certificate
- private_
key_ stringfile - A File ID representing a PEM file containing the client RSA private key
- ssid string
- Name of the WiFi network
- ca_
certificate_ stringfile - A File ID representing a PEM file containing the server certificate
- private_
key_ stringfile_ password - Password for the private key file
- client
Certificate StringFile - A File ID representing a PEM file containing the client certificate
- private
Key StringFile - A File ID representing a PEM file containing the client RSA private key
- ssid String
- Name of the WiFi network
- ca
Certificate StringFile - A File ID representing a PEM file containing the server certificate
- private
Key StringFile Password - Password for the private key file
- client
Certificate stringFile - A File ID representing a PEM file containing the client certificate
- private
Key stringFile - A File ID representing a PEM file containing the client RSA private key
- ssid string
- Name of the WiFi network
- ca
Certificate stringFile - A File ID representing a PEM file containing the server certificate
- private
Key stringFile Password - Password for the private key file
- client_
certificate_ strfile - A File ID representing a PEM file containing the client certificate
- private_
key_ strfile - A File ID representing a PEM file containing the client RSA private key
- ssid str
- Name of the WiFi network
- ca_
certificate_ strfile - A File ID representing a PEM file containing the server certificate
- private_
key_ strfile_ password - Password for the private key file
- client
Certificate StringFile - A File ID representing a PEM file containing the client certificate
- private
Key StringFile - A File ID representing a PEM file containing the client RSA private key
- ssid String
- Name of the WiFi network
- ca
Certificate StringFile - A File ID representing a PEM file containing the server certificate
- private
Key StringFile Password - Password for the private key file
TerminalConfigurationWifiPersonalPsk, TerminalConfigurationWifiPersonalPskArgs
Package Details
- Repository
- stripe stripe/terraform-provider-stripe
- License
- Notes
- This Pulumi package is based on the
stripeTerraform Provider.
published on Friday, Aug 14, 2026 by Pulumi