CreditCardPaymentRequest class

Constructors

CreditCardPaymentRequest({UserEntity? userEntity, required CardRequest cardRequest, required String? bill, required String? description, required String? value, required String? tax, required String? taxBase, required String? currency, String? ip, String? urlResponse, String? urlConfirmation, String? methodConfirmation, bool? useDefaultCardCustomer = true})

Properties

bill String?
final
cardRequest CardRequest
final
currency String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
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
useDefaultCardCustomer bool?
final
userEntity UserEntity?
final
value String?
final

Methods

copyWith({UserEntity? userEntity, CardRequest? cardRequest, String? bill, String? description, String? value, String? tax, String? taxBase, String? currency, String? ip, String? urlResponse, String? urlConfirmation, String? methodConfirmation, bool? useDefaultCardCustomer}) CreditCardPaymentRequest
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