@stripe/stripe-terminal-react-native
Preparing search index...
CreatePaymentIntentParams
Type Alias CreatePaymentIntentParams
CreatePaymentIntentParams
:
CreatePaymentIntentIOSParams
&
{
amount
:
number
;
applicationFeeAmount
?:
number
;
captureMethod
?:
"automatic"
|
"manual"
;
currency
:
string
;
customer
?:
string
;
metadata
?:
Record
<
string
,
string
>
;
offlineBehavior
?:
"prefer_online"
|
"require_online"
|
"force_offline"
;
onBehalfOf
?:
string
;
paymentMethodOptions
?:
PaymentMethodOptions
;
receiptEmail
?:
string
;
setupFutureUsage
?:
"off_session"
|
"on_session"
;
statementDescriptor
?:
string
;
statementDescriptorSuffix
?:
string
;
stripeDescription
?:
string
;
transferDataDestination
?:
string
;
transferGroup
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stripe/stripe-terminal-react-native
Loading...