RequestTestNotificationOperationParams

Constructors

Link copied to clipboard
public RequestTestNotificationOperationParams RequestTestNotificationOperationParams(String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String 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.

Link copied to clipboard
private final String 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.

Link copied to clipboard
private final String 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.

Link copied to clipboard
private final String 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.

Functions

Link copied to clipboard
Link copied to clipboard
public final String getBillingTerms()

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
public final String getPaymentTerms()

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.

Link copied to clipboard
public final String getPlatformName()

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.

Link copied to clipboard