Package com.stripe.android.paymentsheet.addresselement

Types

Link copied to clipboard
data class ShippingAddress(    val name: String? = null,     val company: String? = null,     val city: String? = null,     val country: String? = null,     val line1: String? = null,     val line2: String? = null,     val postalCode: String? = null,     val state: String? = null,     val phoneNumber: String? = null) : Parcelable

Properties

Link copied to clipboard
const val TEST_TAG_ATTRIBUTION_DRAWABLE: String