NAME
Net::API::Stripe::Terminal::Configuration - The Configuration object
SYNOPSIS
VERSION
v0.1.0
DESCRIPTION
A Configurations object represents how features should be configured for terminal readers.
METHODS
id string
Unique identifier for the object.
object string
String representing the object's type. Objects of the same type share the same value.
bbpos_wisepos_e hash
An object containing device type specific settings for BBPOS WisePOS E
It has the following properties:
splashscreen string expandable
-
A File ID representing an image you would like displayed on the reader.
When expanded this is an Net::API::Stripe::File object.
is_account_default boolean
Whether this Configuration is the default for your account
livemode boolean
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
tipping hash
On-reader tipping settings
It has the following properties:
aud hash
-
Tipping configuration for AUD
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
cad hash
-
Tipping configuration for CAD
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
chf hash
-
Tipping configuration for CHF
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
czk hash
-
Tipping configuration for CZK
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
dkk hash
-
Tipping configuration for DKK
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
eur hash
-
Tipping configuration for EUR
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
gbp hash
-
Tipping configuration for GBP
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
hkd hash
-
Tipping configuration for HKD
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
myr hash
-
Tipping configuration for MYR
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
nok hash
-
Tipping configuration for NOK
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
nzd hash
-
Tipping configuration for NZD
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
sek hash
-
Tipping configuration for SEK
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
sgd hash
-
Tipping configuration for SGD
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
usd hash
-
Tipping configuration for USD
fixed_amounts array
-
Fixed amounts displayed when collecting a tip
percentages array
-
Percentages displayed when collecting a tip
smart_tip_threshold integer
-
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
verifone_p400 hash
An object containing device type specific settings for Verifone P400
It has the following properties:
splashscreen string expandable
-
A File ID representing an image you would like displayed on the reader.
When expanded this is an Net::API::Stripe::File object.
API SAMPLE
[ { "bbpos_wisepos_e" : { "splashscreen" : "file_1Le9F32eZvKYlo2CHWjaVfbW" }, "id" : "tmc_ElVUAjF8xXG3hj", "is_account_default" : 0, "livemode" : 0, "object" : "terminal.configuration" } ]
HISTORY
v0.1.0
Initial version
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Stripe API documentation
COPYRIGHT & LICENSE
Copyright (c) 2019-2022 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.