Uses of Enum Class
io.trippay.sdk.payment.model.SupplierContractItemPolicy.NonRefundableCancellationChargeEnum
Packages that use SupplierContractItemPolicy.NonRefundableCancellationChargeEnum
-
Uses of SupplierContractItemPolicy.NonRefundableCancellationChargeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type SupplierContractItemPolicy.NonRefundableCancellationChargeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumWhen the cancellation policy is non-refundable, this flag can be set and indicates there is more rules involved to calculate what the guest will owe in case of a cancellation.Methods in io.trippay.sdk.payment.model that return SupplierContractItemPolicy.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionSupplierContractItemPolicy.getNonRefundableCancellationCharge()When the cancellation policy is non-refundable, this flag can be set and indicates there is more rules involved to calculate what the guest will owe in case of a cancellation.Returns the enum constant of this class with the specified name.SupplierContractItemPolicy.NonRefundableCancellationChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.model with parameters of type SupplierContractItemPolicy.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionSupplierContractItemPolicy.nonRefundableCancellationCharge(SupplierContractItemPolicy.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidSupplierContractItemPolicy.setNonRefundableCancellationCharge(SupplierContractItemPolicy.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)