QuickbooksCreditChargeInfo class
Credit charge for a QuickbooksCreditCardPayment
Constructors
- QuickbooksCreditChargeInfo({int? ccExpiryMonth, bool? processPayment, String? postalCode, double? amount, String? nameOnAcct, int? ccExpiryYear, String? type, String? billAddrStreet})
- QuickbooksCreditChargeInfo.fromJson(String source)
-
factory
-
QuickbooksCreditChargeInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
- amount ↔ double?
-
getter/setter pair
- billAddrStreet ↔ String?
-
getter/setter pair
- ccExpiryMonth ↔ int?
-
getter/setter pair
- ccExpiryYear ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- nameOnAcct ↔ String?
-
getter/setter pair
- postalCode ↔ String?
-
getter/setter pair
- processPayment ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{int? ccExpiryMonth, bool? processPayment, String? postalCode, double? amount, String? nameOnAcct, int? ccExpiryYear, String? type, String? billAddrStreet}) → QuickbooksCreditChargeInfo -
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 QuickbooksCreditChargeInfo other) → bool -
The equality operator.
override