Shipping
data class Shipping @JvmOverloads constructor(address: Address, name: String, carrier: String? = null, phone: String? = null, trackingNumber: String? = null) : StripeParamsModel, Parcelable
Shipping information for this PaymentIntent.
Shipping information for this PaymentIntent.