InteroperabilitySubscription

data class InteroperabilitySubscription(val id: String, val customerId: String, val network: InteroperabilityNetwork, val channels: InteroperabilityChannels, val status: InteroperabilityStatus, val creationTime: Calendar)

Data class representing the structure for a subscription in the interoperability network, covering network configuration, communication channels, status, metadata, wallet settings, channel types, and lifecycle information.

Constructors

Link copied to clipboard
constructor(id: String, customerId: String, network: InteroperabilityNetwork, channels: InteroperabilityChannels, status: InteroperabilityStatus, creationTime: Calendar)

Properties

Link copied to clipboard

The payment methods available to the customer for initiating transactions within the network.

Link copied to clipboard

The time when the subscription was created in form of Calendar.

Link copied to clipboard

A unique identifier for the customer associated with this subscription.

Link copied to clipboard
val id: String

A unique identifier for the interoperability subscription associated with a particular customer.

Link copied to clipboard

Interoperability network configuration.

Link copied to clipboard

Indicates the current state of a subscription in the interoperability network, such as ACTIVE, INACTIVE.