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