QuickbooksCreditChargeResponse class
Credit charge response for a QuickbooksCreditCardPayment
Constructors
- QuickbooksCreditChargeResponse({String? status, String? authCode, DateTime? txnAuthorizationTime, String? CCTransid})
- QuickbooksCreditChargeResponse.fromJson(String source)
-
factory
-
QuickbooksCreditChargeResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- authCode ↔ String?
-
getter/setter pair
- CCTransid ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
getter/setter pair
- txnAuthorizationTime ↔ DateTime?
-
getter/setter pair
Methods
-
copyWith(
{String? status, String? authCode, DateTime? txnAuthorizationTime, String? CCTransid}) → QuickbooksCreditChargeResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant QuickbooksCreditChargeResponse other) → bool -
The equality operator.
override