Checks

data class Checks : StripeModel

Checks on Card address and CVC if provided

card.checks

Properties

Link copied to clipboard

If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.

Link copied to clipboard

If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.

Link copied to clipboard

If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.

Functions

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