CardDeliveryActivityResource
- cardType: object
_types requiredTypes of membership cards delivered.
- appleType: boolean
_pass required - googleType: boolean
_wallet required - pdfType: booleanrequired
- deliveredType: string
_at requiredISO 8601 timestamp of when the card was delivered.
- emailType: integer
_count requiredTotal number of emails sent.
- emailsType: array string[]
_attempted requiredArray of obfuscated email addresses that failed to send.
- errorType: string | null
_message requiredError message associated with the failure.
- failureType: string | null
_reason requiredFailure reason if status is failed.
- idType: integerrequired
The unique identifier of the activity log entry.
- memberType: string | null
_id requiredThe member ID of the user who received the card.
- messageType: stringrequired
Human-readable message describing the card delivery event.
- obfuscatedType: array string[]
_emails requiredArray of obfuscated email addresses where the card was sent.
- requestType: string | null
_hash requiredUnique request hash for tracing the request from API call to delivery.
- statusType: string | nullrequired
Delivery status.
- timestampType: integerrequired
Unix timestamp of when the card was delivered.
- userType: integer
_id requiredThe ID of the user who received the card.