Uses of Class
travel.wink.sdk.affiliate.browse.model.SalesChannelLightweightAffiliate
Packages that use SalesChannelLightweightAffiliate
-
Uses of SalesChannelLightweightAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return SalesChannelLightweightAffiliateModifier and TypeMethodDescriptionSalesChannelLightweightAffiliate.addRateModifierBundlesItem(SpecialRateBundleLightweightAffiliate rateModifierBundlesItem) SalesChannelLightweightAffiliate.addRateModifiersItem(SpecialRateLightweightAffiliate rateModifiersItem) SalesChannelLightweightAffiliate.blacklisted(Boolean blacklisted) SalesChannelLightweightAffiliate.channelDisabled(Boolean channelDisabled) SalesChannelLightweightAffiliate.commission(Float commission) @NotNull @Valid SalesChannelLightweightAffiliateInventoryAggregateLightweightAffiliate.getSalesChannel()Parent sales channel@NotNull @Valid SalesChannelLightweightAffiliateInventorySupplierAggregateLightweightAffiliate.getSalesChannel()Parent sales channel@NotNull @Valid SalesChannelLightweightAffiliateStaticListItemInventoryAffiliate.getSalesChannel()Parent sales channelSalesChannelLightweightAffiliate.identifier(UUID identifier) SalesChannelLightweightAffiliate.ownerIdentifier(UUID ownerIdentifier) SalesChannelLightweightAffiliate.percentDiscount(Float percentDiscount) SalesChannelLightweightAffiliate.rateModifierBundles(List<@Valid SpecialRateBundleLightweightAffiliate> rateModifierBundles) SalesChannelLightweightAffiliate.rateModifiers(List<@Valid SpecialRateLightweightAffiliate> rateModifiers) SalesChannelLightweightAffiliate.selfAcquires(Boolean selfAcquires) SalesChannelLightweightAffiliate.subType(SalesChannelLightweightAffiliate.SubTypeEnum subType) SalesChannelLightweightAffiliate.supplierAvailable(Boolean supplierAvailable) SalesChannelLightweightAffiliate.supplierIdentifier(UUID supplierIdentifier) SalesChannelLightweightAffiliate.supplierName(String supplierName) Methods in travel.wink.sdk.affiliate.browse.model with parameters of type SalesChannelLightweightAffiliateModifier and TypeMethodDescriptionInventoryAggregateLightweightAffiliate.salesChannel(SalesChannelLightweightAffiliate salesChannel) InventorySupplierAggregateLightweightAffiliate.salesChannel(SalesChannelLightweightAffiliate salesChannel) StaticListItemInventoryAffiliate.salesChannel(SalesChannelLightweightAffiliate salesChannel) voidInventoryAggregateLightweightAffiliate.setSalesChannel(SalesChannelLightweightAffiliate salesChannel) voidInventorySupplierAggregateLightweightAffiliate.setSalesChannel(SalesChannelLightweightAffiliate salesChannel) voidStaticListItemInventoryAffiliate.setSalesChannel(SalesChannelLightweightAffiliate salesChannel)