Package io.trippay.sdk.payment.model
Class BeneficiaryCharge
java.lang.Object
io.trippay.sdk.payment.model.BeneficiaryCharge
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:25:34.975208328+07:00[Asia/Bangkok]")
public class BeneficiaryCharge
extends Object
A variable charge can be a fixed amount or a percentage.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid BigDecimalGet percentgetType()Get typeinthashCode()percent(BigDecimal percent) voidsetPercent(BigDecimal percent) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_PERCENT
- See Also:
-
-
Constructor Details
-
BeneficiaryCharge
public BeneficiaryCharge()
-
-
Method Details
-
type
-
getType
-
setType
-
percent
-
getPercent
-
setPercent
-
equals
-
hashCode
-
toString
-