GetPropertyCatalogFileOperationParams

Constructors

Link copied to clipboard
public GetPropertyCatalogFileOperationParams GetPropertyCatalogFileOperationParams(String customerSessionId, String language, String supplySource, String billingTerms, String paymentTerms, String partnerPointOfSale, 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 customerSessionId

Insert your own unique value for each user session, beginning with the first API call. Continue to pass the same value for each subsequent API call during the user's session, using a new value for every new customer session.
Including this value greatly eases EPS's internal debugging process for issues with partner requests, as it explicitly links together request paths for individual user's session.

Link copied to clipboard
private final String language

Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes. See https://www.w3.org/International/articles/language-tags/ Language Options: https://developers.expediagroup.com/docs/rapid/resources/reference/language-options

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.

Link copied to clipboard
private final String supplySource

Options for which supply source you would like returned in the content response. This parameter may only be supplied once and will return all properties that match the requested supply source. An error is thrown if the parameter is provided multiple times. * expedia - Standard Expedia supply. * vrbo - VRBO supply - This option is restricted to partners who have VRBO supply enabled for their profile. See Vacation Rentals for more information.

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

Insert your own unique value for each user session, beginning with the first API call. Continue to pass the same value for each subsequent API call during the user's session, using a new value for every new customer session.
Including this value greatly eases EPS's internal debugging process for issues with partner requests, as it explicitly links together request paths for individual user's session.

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

Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes. See https://www.w3.org/International/articles/language-tags/ Language Options: https://developers.expediagroup.com/docs/rapid/resources/reference/language-options

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
Link copied to clipboard
public final String getSupplySource()

Options for which supply source you would like returned in the content response. This parameter may only be supplied once and will return all properties that match the requested supply source. An error is thrown if the parameter is provided multiple times. * expedia - Standard Expedia supply. * vrbo - VRBO supply - This option is restricted to partners who have VRBO supply enabled for their profile. See Vacation Rentals for more information.