Sha256: 405764f67dc7150c8b070f91cb40648dcec2c79f7c275f9fc3416ecfeb26b570
Contents?: true
Size: 881 Bytes
Versions: 3
Compression:
Stored size: 881 Bytes
Contents
# VeloPayments::Notification ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_version** | **String** | The API version of the notification schema | | | **sequence_number** | **Integer** | This is a payor specific sequence number starting at 1 for the first notification sent | | | **category** | **String** | The category that the notification relates to. One of \"payment\", \"payee\", \"debit\" or \"system\" | | | **event_name** | **String** | The name of event that led to this notification | | | **source** | [**NotificationSource**](NotificationSource.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::Notification.new( api_version: 1, sequence_number: 1234, category: payment, event_name: payment.accepted, source: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/Notification.md |
velopayments-2.35.58 | docs/Notification.md |
velopayments-2.35.58.beta1 | docs/Notification.md |