LinkResponseAttributes class

Constructors

LinkResponseAttributes({int? amount, bool? archived, String? currency, String? description, bool? livemode, int? fee, String? status, int? taxAmount, required List<PaymentTaxResponse?> taxes, String? checkoutUrl, String? referenceNumber, required DateTime createdAt, required DateTime updatedAt, required List<PaymentListAllResponse> payments})
const
LinkResponseAttributes.fromJson(String source)
factory
LinkResponseAttributes.fromMap(Map<String, dynamic> map)
factory

Properties

amount int?
final
archived bool?
final
checkoutUrl String?
final
createdAt DateTime
final
currency String?
final
description String?
final
fee int?
final
hashCode int
The hash code for this object.
no setterinherited
livemode bool?
final
payments List<PaymentListAllResponse>
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
referenceNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
taxAmount int?
final
taxes List<PaymentTaxResponse?>
final
updatedAt DateTime
final

Methods

copyWith({int? amount, bool? archived, String? currency, String? description, bool? livemode, int? fee, String? status, int? taxAmount, List<PaymentTaxResponse?>? taxes, String? checkoutUrl, String? referenceNumber, DateTime? createdAt, DateTime? updatedAt, List<PaymentListAllResponse>? payments}) LinkResponseAttributes
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