ShippingInformation

data class ShippingInformation(val address: Address? = null, val name: String? = null, val phone: String? = null) : StripeModel, StripeParamsModel

Model representing a shipping address object

Constructors

Link copied to clipboard
constructor(address: Address? = null, name: String? = null, phone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: Address? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val phone: String? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)