PayUseCaseParams class

Constructors

PayUseCaseParams({required PaymentOptions paymentOptions, CardPaymentData? cardPaymentData, required String merchantReferenceId, required String customerMerchantProfileId, required num amount, required String signature, required String customerMobile, required String customerEmail, required bool isfeesOnCustomer, required String description, required String customerFirstName, required String customerLastName, TokenizedCard? tokenizedCard})

Properties

amount num
final
cardPaymentData CardPaymentData?
final
customerEmail String
final
customerFirstName String
final
customerLastName String
final
customerMerchantProfileId String
final
customerMobile String
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
isfeesOnCustomer bool
final
merchantReferenceId String
final
paymentOptions PaymentOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
final
tokenizedCard TokenizedCard?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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