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