NonCardPayment

Represents a non-card payment method with its specific type.

Parameters

type

The specific PaymentMethodType for this non-card payment method

Throws

if the type is a card payment method

Constructors

Link copied to clipboard
constructor(type: PaymentMethodType)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String