InstallmentInfoRequest class
Constructors
- InstallmentInfoRequest({String? binNumber, required double price, String? locale, String? conversationId})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(
IyziConfig options) → Future< InstallmentInfo> -
toJson(
) → Map< String, dynamic> -
toPKIRequestString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited