PaymentMethod

class PaymentMethod : Parcelable

Constructors

Link copied to clipboard
constructor(@Nullable paymentMethod: StringType, @Nullable cardType: StringType, @Nullable cardIssuer: StringType, @Nullable amount: FloatType)

Properties

Link copied to clipboard
Link copied to clipboard
val CREATOR: Parcelable.Creator<PaymentMethod>

Functions

Link copied to clipboard
@Nullable
open fun amount(): FloatType
Link copied to clipboard
@Nullable
open fun cardIssuer(): StringType
Link copied to clipboard
@Nullable
open fun cardType(): StringType
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
@Nullable
open fun paymentMethod(): StringType
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)