LiqPayCard class

Represents card details used in LiqPay order.

Constructors

LiqPayCard(String number, String expirationMonth, String expirationYear, String cvv)

Properties

cvv String
CVV/CVV2. The parameter is required if the card number is being passed
final
expirationMonth String
Expiry month of the payer's card. For example: 08. This parameter is required if the card number or an unencrypted token is being passed
final
expirationYear String
Expiry year of the payer's card. For example: 19. This parameter is required if the card number or an unencrypted token is being passed
final
hashCode int
The hash code for this object.
no setterinherited
number String
Card number of the payer
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited