PsePaymentRequest class

Constructors

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

Properties

bank String?
final
currency String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
invoice String?
final
ip 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? bank, String? urlResponse, String? urlConfirmation, String? methodConfirmation}) PsePaymentRequest
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