SourceParams
Represents a grouping of parameters needed to create a Source object on the server.
Types
Link copied to clipboard
Link copied to clipboard
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.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a string-keyed map representing this object that is ready to be sent over the network.
Link copied to clipboard