CheckoutQrCodeAction class abstract

CheckoutQrCodeAction

Properties:

Annotations
  • @BuiltValue.new()

Constructors

CheckoutQrCodeAction([void updates(CheckoutQrCodeActionBuilder b)])
factory

Properties

expiresAt String?
Expiry time of the QR code.
no setter
hashCode int
The hash code for this object.
no setterinherited
paymentData String?
Encoded payment data.
no setter
paymentMethodType String?
Specifies the payment method.
no setter
qrCodeData String?
The contents of the QR code as a UTF8 string.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CheckoutQrCodeActionTypeEnum
qrCode
no setter
url String?
Specifies the URL to redirect to.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CheckoutQrCodeActionBuilder)) CheckoutQrCodeAction
Rebuilds the instance.
inherited
toBuilder() CheckoutQrCodeActionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<CheckoutQrCodeAction>
no setter