WebhookLinks class abstract
WebhookLinks
Properties:
- company - The company account that the webhook is configured for. Only present for company-level webhooks.
- generateHmac - Generate an HMAC key.
- merchant - The merchant account that the webhook is configured for. Only present for merchant-level webhooks.
- self - Link to the resource itself.
- testWebhook - Test the webhook setup.
- Annotations
-
- @BuiltValue.new()
Constructors
- WebhookLinks([void updates(WebhookLinksBuilder b)])
-
factory
Properties
- company → LinksElement?
-
The company account that the webhook is configured for. Only present for company-level webhooks.
no setter
- generateHmac → LinksElement
-
Generate an HMAC key.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchant → LinksElement?
-
The merchant account that the webhook is configured for. Only present for merchant-level webhooks.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → LinksElement
-
Link to the resource itself.
no setter
- testWebhook → LinksElement
-
Test the webhook setup.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(WebhookLinksBuilder)) → WebhookLinks -
Rebuilds the instance.
inherited
-
toBuilder(
) → WebhookLinksBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
WebhookLinks> -
no setter