airwallex-payment-react-native - v0.3.1
GitHub
npm
Preparing search index...
OneOffSession
Interface OneOffSession
A single (non-recurring) payment against a payment intent.
interface
OneOffSession
{
amount
:
number
;
applePayOptions
?:
ApplePayOptions
;
autoCapture
?:
boolean
;
clientSecret
:
string
;
countryCode
:
string
;
currency
:
string
;
customerId
?:
string
;
googlePayOptions
?:
GooglePayOptions
;
hidePaymentConsents
?:
boolean
;
isBillingRequired
?:
boolean
;
isEmailRequired
?:
boolean
;
paymentIntentId
:
string
;
paymentMethods
?:
string
[]
;
returnUrl
?:
string
;
shipping
?:
Shipping
;
type
:
"OneOff"
;
}
Hierarchy
BaseSession
OneOffSession
Index
Properties
amount
apple
Pay
Options?
auto
Capture?
client
Secret
country
Code
currency
customer
Id?
google
Pay
Options?
hide
Payment
Consents?
is
Billing
Required?
is
Email
Required?
payment
Intent
Id
payment
Methods?
return
Url?
shipping?
type
Properties
amount
amount
:
number
Optional
apple
Pay
Options
applePayOptions
?:
ApplePayOptions
Optional
auto
Capture
autoCapture
?:
boolean
client
Secret
clientSecret
:
string
country
Code
countryCode
:
string
currency
currency
:
string
Optional
customer
Id
customerId
?:
string
Optional
google
Pay
Options
googlePayOptions
?:
GooglePayOptions
Optional
hide
Payment
Consents
hidePaymentConsents
?:
boolean
Optional
is
Billing
Required
isBillingRequired
?:
boolean
Optional
is
Email
Required
isEmailRequired
?:
boolean
payment
Intent
Id
paymentIntentId
:
string
Optional
payment
Methods
paymentMethods
?:
string
[]
Optional
return
Url
returnUrl
?:
string
Optional
shipping
shipping
?:
Shipping
type
type
:
"OneOff"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
apple
Pay
Options
auto
Capture
client
Secret
country
Code
currency
customer
Id
google
Pay
Options
hide
Payment
Consents
is
Billing
Required
is
Email
Required
payment
Intent
Id
payment
Methods
return
Url
shipping
type
GitHub
npm
airwallex-payment-react-native - v0.3.1
Loading...
A single (non-recurring) payment against a payment intent.