Payment class
Constructors
- Payment()
Properties
- channel → MethodChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
activeTerminal(
{required String companyDocument}) → Future< ElginResponse?> -
configurePinpad(
{required String appName, required String version, required String textPinpad}) → Future< ElginResponse?> -
creditParcTransaction(
{required String value, required String parc, required String financ}) → Future< ElginResponse?> -
creditTransaction(
{required String value}) → Future< ElginResponse?> -
debitTransaction(
{required String value}) → Future< ElginResponse?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pixTransaction(
{required String value}) → Future< ElginResponse?> -
refoundTransaction(
{required String value, required String nsu, required String date}) → Future< ElginResponse?> -
report(
{required String nsu, required String date}) → Future< ElginResponse?> -
reprinterLastTransaction(
) → Future< ElginResponse?> -
sale(
) → Future< ElginResponse?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited