WebApiModulesPluginsCreditCardCreditCardRefundRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesPluginsCreditCardCreditCardRefundRequest({required String receiptId, required int creditCardPinPadId, required double refundAmount})
WebApiModulesPluginsCreditCardCreditCardRefundRequest.fromJson(Map<String, dynamic> json)
factory

Properties

creditCardPinPadId int
final
hashCode int
The hash code for this object.
no setteroverride
receiptId String
final
refundAmount double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? receiptId, int? creditCardPinPadId, double? refundAmount}) WebApiModulesPluginsCreditCardCreditCardRefundRequest

Available on WebApiModulesPluginsCreditCardCreditCardRefundRequest, provided by the $WebApiModulesPluginsCreditCardCreditCardRefundRequestExtension extension

copyWithWrapped({Wrapped<String>? receiptId, Wrapped<int>? creditCardPinPadId, Wrapped<double>? refundAmount}) WebApiModulesPluginsCreditCardCreditCardRefundRequest

Available on WebApiModulesPluginsCreditCardCreditCardRefundRequest, provided by the $WebApiModulesPluginsCreditCardCreditCardRefundRequestExtension 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