WebhookResponseAttribute class

response attribute from the receiving API

Constructors

WebhookResponseAttribute({required bool livemode, required String secretKey, required String status, required String url, required List<String> events, required DateTime? createdAt, required DateTime? updatedAt})
response attribute from the receiving API
const
WebhookResponseAttribute.fromJson(String source)
response attribute from the receiving API
factory
WebhookResponseAttribute.fromMap(Map<String, dynamic> map)
response attribute from the receiving API
factory

Properties

createdAt DateTime?
final
events List<String>
final
hashCode int
The hash code for this object.
no setterinherited
livemode bool
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
final
status String
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
updatedAt DateTime?
final
url String
final

Methods

copyWith({bool? livemode, String? secretKey, String? status, String? url, List<String>? events, DateTime? createdAt, DateTime? updatedAt}) WebhookResponseAttribute
response attribute from the receiving API
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
response attribute from the receiving API
toMap() Map<String, dynamic>
response attribute from the receiving API
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited