PayPalPaymentIntent

The payment intent in the PayPal Checkout flow

Properties

Link copied to clipboard
val AUTHORIZE: String = "authorize"
Payment intent to authorize a payment for capture later
Link copied to clipboard
val ORDER: String = "order"
Payment intent to create an order
Link copied to clipboard
val SALE: String = "sale"
Payment intent for immediate payment

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String