PreferencesResponse

data class PreferencesResponse(val encryptionPreferences: EncryptionPreferencesResponse? = null, val managementResourcePreferences: ManagementResourcePreferencesResponse? = null, val notificationPreferences: List<NotificationPreferenceResponse>? = null, val termCommitmentPreferences: TermCommitmentPreferencesResponse? = null, val transportPreferences: TransportPreferencesResponse? = null)

Preferences related to the order.

Constructors

Link copied to clipboard
constructor(encryptionPreferences: EncryptionPreferencesResponse? = null, managementResourcePreferences: ManagementResourcePreferencesResponse? = null, notificationPreferences: List<NotificationPreferenceResponse>? = null, termCommitmentPreferences: TermCommitmentPreferencesResponse? = null, transportPreferences: TransportPreferencesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Preferences related to the Encryption.

Link copied to clipboard

Preferences related to the Management resource.

Link copied to clipboard

Notification preferences.

Link copied to clipboard

Preferences related to the Term commitment.

Link copied to clipboard

Preferences related to the shipment logistics of the order.