PaymentLogChargeType class
The available payment log charge types.
Constructors
- PaymentLogChargeType(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
- creditCardFee ↔ PaymentLogChargeType
-
Payment log charge type for credit card fee.
getter/setter pair
- fulfillmentDebit ↔ PaymentLogChargeType
-
Payment log charge type for fulfillment debit.
getter/setter pair
- insurance ↔ PaymentLogChargeType
-
Payment log charge type for insurance.
getter/setter pair
- manualCredit ↔ PaymentLogChargeType
-
Payment log charge type for manual credit.
getter/setter pair
- manualDebit ↔ PaymentLogChargeType
-
Payment log charge type for manual debit.
getter/setter pair
- partialRefund ↔ PaymentLogChargeType
-
Payment log charge type for partial refund.
getter/setter pair
- paymentFailureDeduction ↔ PaymentLogChargeType
-
Payment log charge type for payment failure deduction.
getter/setter pair
- paymentRefund ↔ PaymentLogChargeType
-
Payment log charge type for payment refund.
getter/setter pair
- recharge ↔ PaymentLogChargeType
-
Payment log charge type for recharge.
getter/setter pair
- refund ↔ PaymentLogChargeType
-
Payment log charge type for refund.
getter/setter pair
- serviceFee ↔ PaymentLogChargeType
-
Payment log charge type for service fee.
getter/setter pair
- subscription ↔ PaymentLogChargeType
-
Payment log charge type for subscription.
getter/setter pair
Static Methods
-
asString(
PaymentLogChargeType? paymentLogChargeType) → String? - Get the String representation of a PaymentLogChargeType.
-
fromString(
String? value) → PaymentLogChargeType? - Get the PaymentLogChargeType from a String.