YengaPaymentIntent class
Constructors
-
YengaPaymentIntent({String? id, DateTime? createdAt, DateTime? updatedAt, String? countryOrigin, String? reference, String? articleId, bool? isPaylink, bool? isSandbox, bool? paymentIntentIsUsed, String? apiEnv, String? paymentSource, List<
Article> ? articles, String? token, String? projectId, String? checkoutPageUrlWithPaymentToken, String? customerNumber, num? paymentAmount, num? paymentFees, num? paymentGrossAmount, String? currency, String? transactionStatus, String? transactionType}) -
YengaPaymentIntent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- apiEnv → String?
-
final
- articleId → String?
-
final
-
articles
→ List<
Article> ? -
final
- checkoutPageUrlWithPaymentToken → String?
-
final
- countryOrigin → String?
-
final
- createdAt → DateTime?
-
final
- currency → String?
-
final
- customerNumber → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isPaylink → bool?
-
final
- isSandbox → bool?
-
final
- paymentAmount → num?
-
final
- paymentFees → num?
-
final
- paymentGrossAmount → num?
-
final
- paymentIntentIsUsed → bool?
-
final
- paymentSource → String?
-
final
- projectId → String?
-
final
- reference → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String?
-
final
- transactionStatus → String?
-
final
- transactionType → String?
-
final
- updatedAt → DateTime?
-
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