requestTestNotificationWithResponse

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestTestNotificationOperation)"))
public final <Error class: unknown class><Void> requestTestNotificationWithResponse(TestNotificationRequest testNotificationRequest, String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestTestNotificationOperation)"))
public final <Error class: unknown class><Void> requestTestNotificationWithResponse(TestNotificationRequest testNotificationRequest, String billingTerms, String partnerPointOfSale, String paymentTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestTestNotificationOperation)"))
public final <Error class: unknown class><Void> requestTestNotificationWithResponse(TestNotificationRequest testNotificationRequest, String billingTerms, String partnerPointOfSale)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestTestNotificationOperation)"))
public final <Error class: unknown class><Void> requestTestNotificationWithResponse(TestNotificationRequest testNotificationRequest, String billingTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: RequestTestNotificationOperation)"))
public final <Error class: unknown class><Void> requestTestNotificationWithResponse(TestNotificationRequest testNotificationRequest)

Deprecated

Use execute method instead

Replace with

execute(operation: RequestTestNotificationOperation)

Request Test Notification This request triggers a test notification according to the specified event_type. All event types supported by the Notifications API are available to test.

Return

a Response object with a body of type Nothing

Parameters

testNotificationRequest
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)

Throws