@stripe/stripe-terminal-react-native
Preparing search index...
RefundParamsWithPaymentIntentId
Type Alias RefundParamsWithPaymentIntentId
type
RefundParamsWithPaymentIntentId
=
{
amount
:
number
;
clientSecret
:
string
;
currency
:
string
;
customerCancellation
?:
CustomerCancellation
;
metadata
?:
Record
<
string
,
string
>
;
paymentIntentId
:
string
;
refundApplicationFee
?:
boolean
;
reverseTransfer
?:
boolean
;
}
Index
Properties
amount
client
Secret
currency
customer
Cancellation?
metadata?
payment
Intent
Id
refund
Application
Fee?
reverse
Transfer?
Properties
amount
amount
:
number
client
Secret
clientSecret
:
string
currency
currency
:
string
Optional
customer
Cancellation
customerCancellation
?:
CustomerCancellation
Optional
metadata
metadata
?:
Record
<
string
,
string
>
payment
Intent
Id
paymentIntentId
:
string
Optional
refund
Application
Fee
refundApplicationFee
?:
boolean
Optional
reverse
Transfer
reverseTransfer
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
client
Secret
currency
customer
Cancellation
metadata
payment
Intent
Id
refund
Application
Fee
reverse
Transfer
@stripe/stripe-terminal-react-native
Loading...