Package io.trippay.sdk.payment.model
Class RefundRequest
java.lang.Object
io.trippay.sdk.payment.model.RefundRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-12T17:59:21.291736784+07:00[Asia/Bangkok]")
public class RefundRequest
extends Object
RefundRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA description of the refund that can be displayed to booker -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) boolean@NotNull StringA description of the refund that can be displayed to booker@NotNull RefundRequest.ReasonTypeEnumA description of the refund that can be displayed to booker@NotNull @Valid MoneysGet refundinthashCode()reasonType(RefundRequest.ReasonTypeEnum reasonType) voidsetDescription(String description) voidsetReasonType(RefundRequest.ReasonTypeEnum reasonType) voidtoString()
-
Field Details
-
JSON_PROPERTY_REFUND
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_REASON_TYPE
- See Also:
-
-
Constructor Details
-
RefundRequest
public RefundRequest()
-
-
Method Details
-
refund
-
getRefund
Get refund- Returns:
- refund
-
setRefund
-
description
-
getDescription
A description of the refund that can be displayed to booker- Returns:
- description
-
setDescription
-
reasonType
-
getReasonType
A description of the refund that can be displayed to booker- Returns:
- reasonType
-
setReasonType
-
equals
-
hashCode
public int hashCode() -
toString
-