toggle menu
xap-sdk
1.0.0
JVM
switch theme
search in API
xap-sdk
/
com.expediagroup.sdk.xap.models
/
LodgingPromotion
Lodging
Promotion
public
final
class
LodgingPromotion
Parameters
description
The description of the promotion.
amount
Members
Constructors
Lodging
Promotion
Link copied to clipboard
public
LodgingPromotion
LodgingPromotion
(
String
description
,
LodgingMoney
amount
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
amount
Link copied to clipboard
@
Valid
(
)
private
final
LodgingMoney
amount
description
Link copied to clipboard
@
Valid
(
)
private
final
String
description
Functions
builder
Link copied to clipboard
public
final
static
LodgingPromotion.Builder
builder
(
)
get
Amount
Link copied to clipboard
public
final
LodgingMoney
getAmount
(
)
get
Description
Link copied to clipboard
public
final
String
getDescription
(
)
to
Builder
Link copied to clipboard
public
final
LodgingPromotion.Builder
toBuilder
(
)