MollieAPI.Model.EntityWebhookEventEmbeddedEntity (mollie_api v0.1.0-20260303)

View Source

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityWebhookEventEmbeddedEntity{
  _links: MollieAPI.Model.EntityProfileLinks.t(),
  allowedMethods: [MollieAPI.Model.PaymentLinkMethodResponse.t()],
  amount: MollieAPI.Model.AmountNullable.t(),
  applicationFee:
    MollieAPI.Model.CreatePaymentLinkRequestApplicationFee.t() | nil,
  archived: any(),
  billingAddress: MollieAPI.Model.PaymentAddress.t() | nil,
  businessCategory: String.t(),
  countriesOfActivity: [any()] | nil,
  createdAt: any(),
  customerId: any() | nil,
  description: any(),
  email: any() | nil,
  expiresAt: any(),
  id: any(),
  lines: [MollieAPI.Model.PaymentLineItemResponse.t()] | nil,
  minimumAmount: MollieAPI.Model.AmountNullable.t() | nil,
  mode: MollieAPI.Model.Mode.t(),
  name: any() | nil,
  paidAt: any(),
  phone: any() | nil,
  profileId: any(),
  redirectUrl: any(),
  resource: any(),
  reusable: any(),
  review: MollieAPI.Model.ListEntityProfileReview.t() | nil,
  sequenceType: MollieAPI.Model.PaymentLinkSequenceTypeResponse.t() | nil,
  shippingAddress: MollieAPI.Model.PaymentAddress.t() | nil,
  status: MollieAPI.Model.ProfileStatusResponse.t() | nil,
  testmode: any() | nil,
  webhookUrl: any(),
  website: any() | nil
}

Functions

decode(value)