CreateTransactionRequest class
Constructors
-
CreateTransactionRequest.new({required int amount, required HipayPaymentMethod paymentMethod, required String description, String? customerId, Customer? customer, required DateTime expiresIn, required List<
HipaySplit> ? splits}) - CreateTransactionRequest.fromJson(String source)
-
factory
-
CreateTransactionRequest.fromMap(Map<
String, dynamic> map) -
factory
Properties
- amount → int
-
final
- customer → Customer?
-
final
- customerId → String?
-
final
- description → String
-
final
- expiresIn → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentMethod → HipayPaymentMethod
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
splits
→ List<
HipaySplit> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited