CashPaymentRequest class

Constructors

CashPaymentRequest({required UserEntity? userEntity, required String? invoice, required String? description, required String? value, required String? currency, required String? method, String? tax = '0', String? taxBase = '0', String? ip, String? urlResponse, String? urlConfirmation, String? methodConfirmation})

Properties

currency String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
invoice String?
final
ip String?
final
method String?
final
methodConfirmation String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tax String?
final
taxBase String?
final
urlConfirmation String?
final
urlResponse String?
final
userEntity UserEntity?
final
value String?
final

Methods

copyWith({UserEntity? userEntity, String? invoice, String? description, String? value, String? tax, String? taxBase, String? currency, String? ip, String? method, String? urlResponse, String? urlConfirmation, String? methodConfirmation}) CashPaymentRequest
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited