PaymentMethod

sealed class PaymentMethod

A base class for all PaymentMethod implementations.

Types

PaymentMethod
Link copied to clipboard
enum PaymentMethod : Enum<PaymentMethod.PaymentMethod> , Parcelable

Properties

paymentMethod
Link copied to clipboard
val paymentMethod: PaymentMethod.PaymentMethod

Inheritors

CreditCard
Link copied to clipboard
InsuranceInfo
Link copied to clipboard
CouponCode
Link copied to clipboard
SelfPayment
Link copied to clipboard