Package io.trippay.sdk.payment.model
Class BookingContractCancellableResponse
java.lang.Object
io.trippay.sdk.payment.model.BookingContractCancellableResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-08T09:18:59.196133021+07:00[Asia/Bangkok]")
public class BookingContractCancellableResponse
extends Object
Contract cancellable response object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellable(Boolean cancellable) booleanWhether the booking is cancellable or not@Valid UUIDBooking contract identifiergetList()Get _listinthashCode()identifier(UUID identifier) voidsetCancellable(Boolean cancellable) voidsetIdentifier(UUID identifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CANCELLABLE
- See Also:
-
JSON_PROPERTY_LIST
- See Also:
-
-
Constructor Details
-
BookingContractCancellableResponse
public BookingContractCancellableResponse()
-
-
Method Details
-
identifier
-
getIdentifier
-
setIdentifier
-
cancellable
-
getCancellable
Whether the booking is cancellable or not- Returns:
- cancellable
-
setCancellable
-
_list
-
addListItem
public BookingContractCancellableResponse addListItem(BookingContractItemCancellableResponse _listItem) -
getList
Get _list- Returns:
- _list
-
setList
-
equals
-
hashCode
-
toString
-