RefundResponseAttributes class
Constructors
- RefundResponseAttributes.new({required int amount, required String currency, required bool livemode, required String paymentId, required String reason, required String status, required DateTime? createdAt, required DateTime? updatedAt, String? notes, String? payoutId, String? balanceTransactionId})
-
const
- RefundResponseAttributes.fromJson(String source)
-
factory
-
RefundResponseAttributes.fromMap(Map<
String, dynamic> map) -
factory
Properties
- amount → int
-
final
- balanceTransactionId → String?
-
final
- createdAt → DateTime?
-
final
- currency → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- livemode → bool
-
final
- notes → String?
-
final
- paymentId → String
-
final
- payoutId → String?
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- reason → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - updatedAt → DateTime?
-
final
Methods
-
copyWith(
{int? amount, String? currency, bool? livemode, String? notes, String? paymentId, String? payoutId, String? reason, String? status, DateTime? createdAt, DateTime? updatedAt, String? balanceTransactionId}) → RefundResponseAttributes -
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