GetnetPaymentPayload class
Constructors
- GetnetPaymentPayload({required GetnetPaymentType paymentType, GetnetCurrencyPosition currencyPosition = GetnetCurrencyPosition.CURRENCY_BEFORE_AMOUNT, int currencyCode = 986, GetnetCreditType? creditType, int? installments, required double amount, required String callerId, required String orderId})
Properties
- amount → double
-
final
- callerId → String
-
final
- creditType → GetnetCreditType?
-
final
- currencyCode → int
-
final
- currencyPosition → GetnetCurrencyPosition
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- installments → int?
-
final
- orderId → String
-
final
- paymentType → GetnetPaymentType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
fromJson(
Map map) → GetnetPaymentPayload