toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
PayPal
/
com.braintreepayments.api
/
PayPalPaymentIntent
Pay
Pal
Payment
Intent
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
PayPalPaymentIntent
The payment intent in the PayPal Checkout flow
Members
Properties
AUTHORIZE
Link copied to clipboard
val
AUTHORIZE
:
String
=
"authorize"
Payment intent to authorize a payment for capture later
ORDER
Link copied to clipboard
val
ORDER
:
String
=
"order"
Payment intent to create an order
SALE
Link copied to clipboard
val
SALE
:
String
=
"sale"
Payment intent for immediate payment
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String