AdditionalDataCarRental |
AdditionalDataCarRental.carRentalCheckOutDate(String carRentalCheckOutDate) |
The pick-up date. * Date format: `yyyyMMdd`
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalCustomerServiceTollFreeNumber(String carRentalCustomerServiceTollFreeNumber) |
The customer service phone number of the car rental company. * Format: Alphanumeric * maxLength: 17 * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalDaysRented(String carRentalDaysRented) |
Number of days for which the car is being rented. * Format: Numeric * maxLength: 4 * Must not be all spaces
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalFuelCharges(String carRentalFuelCharges) |
Any fuel charges associated with the rental, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: Numeric * maxLength: 12
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalInsuranceCharges(String carRentalInsuranceCharges) |
Any insurance charges associated with the rental, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: Numeric * maxLength: 12 * Must not be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalLocationCity(String carRentalLocationCity) |
The city where the car is rented. * Format: Alphanumeric * maxLength: 18 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalLocationCountry(String carRentalLocationCountry) |
The country where the car is rented, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. * Format: Alphanumeric * maxLength: 2
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalLocationStateProvince(String carRentalLocationStateProvince) |
The state or province where the car is rented. * Format: Alphanumeric * maxLength: 2 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalNoShowIndicator(String carRentalNoShowIndicator) |
Indicates if the customer didn't pick up their rental car. * Y - Customer did not pick up their car * N - Not applicable
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalOneWayDropOffCharges(String carRentalOneWayDropOffCharges) |
The charge for not returning a car to the original rental location, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * maxLength: 12
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalRate(String carRentalRate) |
The daily rental rate, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: Alphanumeric * maxLength: 12
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalRateIndicator(String carRentalRateIndicator) |
Specifies whether the given rate is applied daily or weekly. * D - Daily rate * W - Weekly rate
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalRentalAgreementNumber(String carRentalRentalAgreementNumber) |
The rental agreement number for the car rental. * Format: Alphanumeric * maxLength: 9 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalRentalClassId(String carRentalRentalClassId) |
The classification of the rental car. * Format: Alphanumeric * maxLength: 4 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalRenterName(String carRentalRenterName) |
The name of the person renting the car. * Format: Alphanumeric * maxLength: 26 * If you send more than 26 characters, the name is truncated * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalReturnCity(String carRentalReturnCity) |
The city where the car must be returned. * Format: Alphanumeric * maxLength: 18 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalReturnCountry(String carRentalReturnCountry) |
The country where the car must be returned, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. * Format: Alphanumeric * maxLength: 2
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalReturnDate(String carRentalReturnDate) |
The last date to return the car by. * Date format: `yyyyMMdd` * maxLength: 8
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalReturnLocationId(String carRentalReturnLocationId) |
The agency code, phone number, or address abbreviation * Format: Alphanumeric * maxLength: 10 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalReturnStateProvince(String carRentalReturnStateProvince) |
The state or province where the car must be returned. * Format: Alphanumeric * maxLength: 3 * Must not start with a space or be all spaces *Must not be all zeros.
|
AdditionalDataCarRental |
AdditionalDataCarRental.carRentalTaxExemptIndicator(String carRentalTaxExemptIndicator) |
Indicates if the goods or services were tax-exempt, or if tax was not paid on them.
|
static AdditionalDataCarRental |
AdditionalDataCarRental.fromJson(String jsonString) |
Create an instance of AdditionalDataCarRental given an JSON string
|
AdditionalDataCarRental |
AdditionalDataCarRental.travelEntertainmentAuthDataDuration(String travelEntertainmentAuthDataDuration) |
Number of days the car is rented for.
|
AdditionalDataCarRental |
AdditionalDataCarRental.travelEntertainmentAuthDataMarket(String travelEntertainmentAuthDataMarket) |
Indicates what market-specific dataset will be submitted or is being submitted.
|