PaymentLogSourceType class

The available payment log source types.

Constructors

PaymentLogSourceType(dynamic id, dynamic jsonValue)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
finalinherited

Methods

matches(ValueEnum other) bool
inherited
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

Static Properties

achCreditSource PaymentLogSourceType
Payment log source type for ACH credit source.
getter/setter pair
bankAccount PaymentLogSourceType
Payment log source type for bank account.
getter/setter pair
creditCard PaymentLogSourceType
Payment log source type for credit card.
getter/setter pair
fulfillmentOrder PaymentLogSourceType
Payment log source type for fulfillment order.
getter/setter pair
insurance PaymentLogSourceType
Payment log source type for insurance.
getter/setter pair
manualDebit PaymentLogSourceType
Payment log source type for manual debit.
getter/setter pair
paymentRefund PaymentLogSourceType
Payment log source type for payment refund.
getter/setter pair
postPayShipment PaymentLogSourceType
Payment log source type for post-pay shipment.
getter/setter pair
refund PaymentLogSourceType
Payment log source type for refund.
getter/setter pair
subscription PaymentLogSourceType
Payment log source type for subscription.
getter/setter pair
user PaymentLogSourceType
Payment log source type for user.
getter/setter pair

Static Methods

asString(PaymentLogSourceType? paymentLogSourceType) String?
Get the String representation of a PaymentLogSourceType.
fromString(String? value) PaymentLogSourceType?
Get the PaymentLogSourceType from a String.