HotelProductDepositPolicy
in package
implements
ResourceInterface
Sub-resource in HotelProductPolicyDetails.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $acceptedPayments : object|null
- $amount : string|null
- $deadline : string|null
- $description : object|null
- __set() : void
- __toString() : string
- getAcceptedPayments() : HotelProductPaymentPolicy|null
- getAmount() : string|null
- getDeadline() : string|null
- getDescription() : QualifiedFreeText|null
Properties
$acceptedPayments
private
object|null
$acceptedPayments
= null
$amount
private
string|null
$amount
= null
$deadline
private
string|null
$deadline
= null
$description
private
object|null
$description
= 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 —getAcceptedPayments()
public
getAcceptedPayments() : HotelProductPaymentPolicy|null
Return values
HotelProductPaymentPolicy|null —getAmount()
public
getAmount() : string|null
Return values
string|null —getDeadline()
public
getDeadline() : string|null
Return values
string|null —getDescription()
public
getDescription() : QualifiedFreeText|null