PreferencesArgs

data class PreferencesArgs(val encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, val managementResourcePreferences: Output<ManagementResourcePreferencesArgs>? = null, val notificationPreferences: Output<List<NotificationPreferenceArgs>>? = null, val termCommitmentPreferences: Output<TermCommitmentPreferencesArgs>? = null, val transportPreferences: Output<TransportPreferencesArgs>? = null) : ConvertibleToJava<PreferencesArgs>

Preferences related to the order.

Constructors

Link copied to clipboard
constructor(encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, managementResourcePreferences: Output<ManagementResourcePreferencesArgs>? = null, notificationPreferences: Output<List<NotificationPreferenceArgs>>? = null, termCommitmentPreferences: Output<TermCommitmentPreferencesArgs>? = null, transportPreferences: Output<TransportPreferencesArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): PreferencesArgs