HotelProductPolicyDetails
in package
implements
ResourceInterface
Sub-resource in HotelOffer.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $cancellation : object|null
- $checkInOut : object|null
- $deposit : object|null
- $guarantee : object|null
- $holdTime : object|null
- $paymentType : string|null
- $prepay : object|null
- __set() : void
- __toString() : string
- getCancellation() : HotelProductCancellationPolicy|null
- getCheckInOut() : HotelProductCheckInOutPolicy|null
- getDeposit() : HotelProductDepositPolicy|null
- getGuarantee() : HotelProductGuaranteePolicy|null
- getHoldTime() : HotelProductHoldPolicy|null
- getPaymentType() : string|null
- getPrepay() : HotelProductDepositPolicy|null
Properties
$cancellation
private
object|null
$cancellation
= null
$checkInOut
private
object|null
$checkInOut
= null
$deposit
private
object|null
$deposit
= null
$guarantee
private
object|null
$guarantee
= null
$holdTime
private
object|null
$holdTime
= null
$paymentType
private
string|null
$paymentType
= null
$prepay
private
object|null
$prepay
= null
Methods
__set()
public
__set(mixed $name, mixed $value) : void
Parameters
- $name : mixed
- $value : mixed
Return values
void —__toString()
public
__toString() : string
Return values
string —getCancellation()
public
getCancellation() : HotelProductCancellationPolicy|null
Return values
HotelProductCancellationPolicy|null —getCheckInOut()
public
getCheckInOut() : HotelProductCheckInOutPolicy|null
Return values
HotelProductCheckInOutPolicy|null —getDeposit()
public
getDeposit() : HotelProductDepositPolicy|null
Return values
HotelProductDepositPolicy|null —getGuarantee()
public
getGuarantee() : HotelProductGuaranteePolicy|null
Return values
HotelProductGuaranteePolicy|null —getHoldTime()
public
getHoldTime() : HotelProductHoldPolicy|null
Return values
HotelProductHoldPolicy|null —getPaymentType()
public
getPaymentType() : string|null
Return values
string|null —getPrepay()
public
getPrepay() : HotelProductDepositPolicy|null