requestUndeliveredNotifications

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestUndeliveredNotificationsOperation)"))
public final List<Notification> requestUndeliveredNotifications(Boolean undeliverable, String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestUndeliveredNotificationsOperation)"))
public final List<Notification> requestUndeliveredNotifications(Boolean undeliverable, String billingTerms, String partnerPointOfSale, String paymentTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestUndeliveredNotificationsOperation)"))
public final List<Notification> requestUndeliveredNotifications(Boolean undeliverable, String billingTerms, String partnerPointOfSale)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestUndeliveredNotificationsOperation)"))
public final List<Notification> requestUndeliveredNotifications(Boolean undeliverable, String billingTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestUndeliveredNotificationsOperation)"))
public final List<Notification> requestUndeliveredNotifications(Boolean undeliverable)

Deprecated

Use execute method instead

Replace with

execute(operation: RequestUndeliveredNotificationsOperation)

Request Undelivered Notifications Use this API to fetch undelivered notifications. Up to 25 notifications are returned with each call. Each undelivered notification will be returned only once.

Return

kotlin.collections.List

Parameters

undeliverable

Undeliverable notifications are returned when this parameter is set to true.

billingTerms

This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately. (optional)

partnerPointOfSale

This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately. (optional)

paymentTerms

This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately. (optional)

platformName

This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately. (optional)