Uses of Enum Class
travel.wink.sdk.travel.agent.model.PayoutAgent.VendorEnum
Packages that use PayoutAgent.VendorEnum
-
Uses of PayoutAgent.VendorEnum in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return PayoutAgent.VendorEnumModifier and TypeMethodDescriptionstatic PayoutAgent.VendorEnum@NotNull PayoutAgent.VendorEnumPayoutAgent.getVendor()Name of integration vendorstatic PayoutAgent.VendorEnumReturns the enum constant of this class with the specified name.static PayoutAgent.VendorEnum[]PayoutAgent.VendorEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type PayoutAgent.VendorEnumModifier and TypeMethodDescriptionvoidPayoutAgent.setVendor(PayoutAgent.VendorEnum vendor) PayoutAgent.vendor(PayoutAgent.VendorEnum vendor)