Package com.stripe.param
Class PaymentIntentCreateParams.PaymentDetails
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentDetails
- Enclosing class:
- PaymentIntentCreateParams
Required. The user agent of the browser from which the Mandate was
accepted by the customer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The 14-digit SIRET of the meal voucher acceptor.static classstatic classVehicle identification number (VIN).static classThe phone number of the recipient the ticket is delivered to.static classThe fare class for the segment.static classstatic classstatic classType of tax applied. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanBenefit details for this PaymentIntent.Car rental details for this PaymentIntent.Car rental data for this PaymentIntent.A unique value to identify the customer.Event details for this PaymentIntent.Map of extra parameters for custom features not available in this client library.Flight reservation details for this PaymentIntent.Flight data for this PaymentIntent.Lodging reservation details for this PaymentIntent.Lodging data for this PaymentIntent.A unique value assigned by the business to identify the transaction.Subscription details for this PaymentIntent.inthashCode()
-
Method Details
-
builder
-
getBenefit
Benefit details for this PaymentIntent. -
getCarRental
Car rental details for this PaymentIntent. -
getCarRentalData
Car rental data for this PaymentIntent. -
getCustomerReference
A unique value to identify the customer. This field is available only for card payments.This field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks.
-
getEventDetails
Event details for this PaymentIntent. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFlight
Flight reservation details for this PaymentIntent. -
getFlightData
Flight data for this PaymentIntent. -
getLodging
Lodging reservation details for this PaymentIntent. -
getLodgingData
Lodging data for this PaymentIntent. -
getOrderReference
A unique value assigned by the business to identify the transaction. Required for L2 and L3 rates.Required when the Payment Method Types array contains
card, including when automatic_payment_methods.enabled is set totrue.For Cards, this field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks. For Klarna, this field is truncated to 255 characters and is visible to customers when they view the order in the Klarna app.
-
getSubscription
Subscription details for this PaymentIntent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-