ListPaymentMethodsParams

data class ListPaymentMethodsParams(    customerId: String,     paymentMethodType: PaymentMethod.Type,     limit: Int? = null,     endingBefore: String? = null,     startingAfter: String? = null) : StripeParamsModel, Parcelable

Constructors

Link copied to clipboard
fun ListPaymentMethodsParams(    customerId: String,     paymentMethodType: PaymentMethod.Type,     limit: Int? = null,     endingBefore: String? = null,     startingAfter: 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)