UserResponseDtoNotificationSettings
data class UserResponseDtoNotificationSettings(accountUpdates: UserResponseDtoNotificationSettingsAccountUpdates?, receiptExport: UserResponseDtoNotificationSettingsReceiptExport?, other: UserResponseDtoNotificationSettingsOther?, receipt: UserResponseDtoNotificationSettingsReceipt?)
Content copied to clipboard
Parameters
accountUpdates
@param receiptExport * @param other * @param receipt
Constructors
UserResponseDtoNotificationSettings
Link copied to clipboard
fun UserResponseDtoNotificationSettings(accountUpdates: UserResponseDtoNotificationSettingsAccountUpdates? = null, receiptExport: UserResponseDtoNotificationSettingsReceiptExport? = null, other: UserResponseDtoNotificationSettingsOther? = null, receipt: UserResponseDtoNotificationSettingsReceipt? = null)
Content copied to clipboard
@param receiptExport * @param other * @param receipt
Properties
accountUpdates
Link copied to clipboard
@SerializedName(value = accountUpdates)
Content copied to clipboard
other
Link copied to clipboard
@SerializedName(value = other)
Content copied to clipboard
receipt
Link copied to clipboard
@SerializedName(value = receipt)
Content copied to clipboard
receiptExport
Link copied to clipboard
@SerializedName(value = receiptExport)
Content copied to clipboard