requestTestNotification

public final Void requestTestNotification(TestNotificationRequest testNotificationRequest, String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName)
public final Void requestTestNotification(TestNotificationRequest testNotificationRequest, String billingTerms, String partnerPointOfSale, String paymentTerms)
public final Void requestTestNotification(TestNotificationRequest testNotificationRequest, String billingTerms, String partnerPointOfSale)
public final Void requestTestNotification(TestNotificationRequest testNotificationRequest, String billingTerms)
public final Void requestTestNotification(TestNotificationRequest testNotificationRequest)

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

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