WebApiModulesBillingReceiptReceiptCredit class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesBillingReceiptReceiptCredit({String? creditReceiptId, String? creditId, String? checkNumber, double? amount, String? refundCreditCardTransactionId})
-
WebApiModulesBillingReceiptReceiptCredit.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → double?
-
final
- checkNumber → String?
-
final
- creditId → String?
-
final
- creditReceiptId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- refundCreditCardTransactionId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? creditReceiptId, String? creditId, String? checkNumber, double? amount, String? refundCreditCardTransactionId}) → WebApiModulesBillingReceiptReceiptCredit -
Available on WebApiModulesBillingReceiptReceiptCredit, provided by the $WebApiModulesBillingReceiptReceiptCreditExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? creditReceiptId, Wrapped<String?> ? creditId, Wrapped<String?> ? checkNumber, Wrapped<double?> ? amount, Wrapped<String?> ? refundCreditCardTransactionId}) → WebApiModulesBillingReceiptReceiptCredit -
Available on WebApiModulesBillingReceiptReceiptCredit, provided by the $WebApiModulesBillingReceiptReceiptCreditExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesBillingReceiptReceiptCredit Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesBillingReceiptReceiptCredit instance)