CashAppPayPaymentMethod

data class CashAppPayPaymentMethod(var type: String?, var checkoutAttemptId: String?, var grantId: String? = null, var onFileGrantId: String? = null, var customerId: String? = null, var cashtag: String? = null, var storedPaymentMethodId: String? = null) : PaymentMethodDetails

Constructors

Link copied to clipboard
constructor(type: String?, checkoutAttemptId: String?, grantId: String? = null, onFileGrantId: String? = null, customerId: String? = null, cashtag: String? = null, storedPaymentMethodId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override var checkoutAttemptId: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var type: String?

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)