OwnerParams
data class OwnerParams @JvmOverloads constructor( address: Address? = null, email: String? = null, name: String? = null, phone: String? = null) : StripeParamsModel, Parcelable
Content copied to clipboard
Information about the owner of the payment instrument that may be used or required by particular source types.
See owner.
Constructors
Link copied to clipboard
fun OwnerParams( address: Address? = null, email: String? = null, name: String? = null, phone: String? = null)
Content copied to clipboard