CashAppPayMandateTextSpec

data class CashAppPayMandateTextSpec(val apiPath: IdentifierSpec = IdentifierSpec.Generic("cashapp_mandate"), @StringRes val stringResId: Int = R.string.stripe_cash_app_pay_mandate) : FormItemSpec

Constructors

Link copied to clipboard
constructor(apiPath: IdentifierSpec = IdentifierSpec.Generic("cashapp_mandate"), @StringRes stringResId: Int = R.string.stripe_cash_app_pay_mandate)

Properties

Link copied to clipboard
@SerialName(value = "api_path")
open override val apiPath: IdentifierSpec
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun transform(merchantName: String): FormElement
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)