PaymentLogTargetType class
The available payment log target types.
Constructors
- PaymentLogTargetType(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 ↔ PaymentLogTargetType
-
Payment log target type for ACH credit source.
getter/setter pair
- bankAccount ↔ PaymentLogTargetType
-
Payment log target type for bank account.
getter/setter pair
- carrierAccount ↔ PaymentLogTargetType
-
Payment log target type for carrier account.
getter/setter pair
- creditCard ↔ PaymentLogTargetType
-
Payment log target type for credit card.
getter/setter pair
- manualCredit ↔ PaymentLogTargetType
-
Payment log target type for manual credit.
getter/setter pair
- user ↔ PaymentLogTargetType
-
Payment log target type for user.
getter/setter pair
- website ↔ PaymentLogTargetType
-
Payment log target type for website.
getter/setter pair
Static Methods
-
asString(
PaymentLogTargetType? paymentLogTargetType) → String? - Get the String representation of a PaymentLogTargetType.
-
fromString(
String? value) → PaymentLogTargetType? - Get the PaymentLogTargetType from a String.