Uses of Class
io.trippay.sdk.payment.model.BeneficiaryCharge
Packages that use BeneficiaryCharge
-
Uses of BeneficiaryCharge in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BeneficiaryChargeModifier and TypeMethodDescription@Valid BeneficiaryChargeBeneficiary.getAmountDue()Get amountDue@NotNull @Valid BeneficiaryChargeRawBeneficiary.getAmountDue()Get amountDueBeneficiaryCharge.percent(BigDecimal percent) BeneficiaryCharge.type(BeneficiaryCharge.TypeEnum type) Methods in io.trippay.sdk.payment.model with parameters of type BeneficiaryChargeModifier and TypeMethodDescriptionBeneficiary.amountDue(BeneficiaryCharge amountDue) RawBeneficiary.amountDue(BeneficiaryCharge amountDue) voidBeneficiary.setAmountDue(BeneficiaryCharge amountDue) voidRawBeneficiary.setAmountDue(BeneficiaryCharge amountDue)