Uses of Class
travel.wink.sdk.payment.model.SupplierContractItemPolicy
Packages that use SupplierContractItemPolicy
-
Uses of SupplierContractItemPolicy in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return SupplierContractItemPolicyModifier and TypeMethodDescriptionSupplierContractItemPolicy.advanceCancellationFreeOfCharge(SupplierContractItemPolicy.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) SupplierContractItemPolicy.externalIdentifier(String externalIdentifier) @Valid SupplierContractItemPolicyBookingContractItem.getPolicy()Get policy@Valid SupplierContractItemPolicyBookingContractItemCancellableResponse.getPolicy()Get policy@Valid SupplierContractItemPolicyRawSupplierContractItem.getPolicy()Get policySupplierContractItemPolicy.nonRefundableAfterDeadlineCancellationCharge(SupplierContractItemPolicy.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) SupplierContractItemPolicy.nonRefundableCancellationCharge(SupplierContractItemPolicy.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) SupplierContractItemPolicy.nonRefundableDeadline(SupplierContractItemPolicy.NonRefundableDeadlineEnum nonRefundableDeadline) SupplierContractItemPolicy.noShowCharge(SupplierContractItemPolicy.NoShowChargeEnum noShowCharge) SupplierContractItemPolicy.refundable(Boolean refundable) SupplierContractItemPolicy.refundableCancellationCharge(SupplierContractItemPolicy.RefundableCancellationChargeEnum refundableCancellationCharge) Methods in travel.wink.sdk.payment.model with parameters of type SupplierContractItemPolicyModifier and TypeMethodDescriptionBookingContractItem.policy(SupplierContractItemPolicy policy) BookingContractItemCancellableResponse.policy(SupplierContractItemPolicy policy) RawSupplierContractItem.policy(SupplierContractItemPolicy policy) voidBookingContractItem.setPolicy(SupplierContractItemPolicy policy) voidBookingContractItemCancellableResponse.setPolicy(SupplierContractItemPolicy policy) voidRawSupplierContractItem.setPolicy(SupplierContractItemPolicy policy)