PaymentInitiationPaymentStatus enum

Inheritance

Constructors

PaymentInitiationPaymentStatus()
const

Values

swaggerGeneratedUnknown → const PaymentInitiationPaymentStatus
paymentStatusInputNeeded → const PaymentInitiationPaymentStatus
paymentStatusProcessing → const PaymentInitiationPaymentStatus
paymentStatusInitiated → const PaymentInitiationPaymentStatus
paymentStatusCompleted → const PaymentInitiationPaymentStatus
paymentStatusInsufficientFunds → const PaymentInitiationPaymentStatus
paymentStatusFailed → const PaymentInitiationPaymentStatus
paymentStatusBlocked → const PaymentInitiationPaymentStatus
paymentStatusUnknown → const PaymentInitiationPaymentStatus
paymentStatusExecuted → const PaymentInitiationPaymentStatus
paymentStatusSettled → const PaymentInitiationPaymentStatus
paymentStatusAuthorising → const PaymentInitiationPaymentStatus
paymentStatusCancelled → const PaymentInitiationPaymentStatus
paymentStatusEstablished → const PaymentInitiationPaymentStatus
paymentStatusRejected → const PaymentInitiationPaymentStatus

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<PaymentInitiationPaymentStatus>
A constant List of the values in this enum, in order of their declaration.