FeeType

Name Description Schema

@Amount
required

(Only for vacation rental properties)

Fee amount to be charged in the country’s local currency.
Example : 1000.0

number

@Code
required

(Only for vacation rental properties)

Fee code that Agoda supported.

See: Get a list of supported fees
Example : "34"

string

@DecimalPlaces
optional

(Only for vacation rental properties)

The number of decimal places to apply to @Amount. The Default value is 0.

  • If @Amount = 1000 and @DecimalPlaces = 1 then exact Fee amount = 100.00

  • If @Amount = 1000 and @DecimalPlaces = 2 then exact Fee amount = 10.00

  • If @Amount = 1000 and @DecimalPlaces = 3 then exact Fee amount = 1.000
    Example : 2

integer

@EffectiveDate
optional

(Only for vacation rental properties)

Fee Effective date.
Example : "2020-01-01"

string (date-time)

@ExpireDate
optional

(Only for vacation rental properties)

Fee Expiration date.
Example : "2020-12-31"

string (date-time)