Uses of Enum Class
io.trippay.sdk.payment.model.Payout.VendorEnum
Packages that use Payout.VendorEnum
-
Uses of Payout.VendorEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return Payout.VendorEnumModifier and TypeMethodDescriptionstatic Payout.VendorEnum@NotNull Payout.VendorEnumPayout.getVendor()Name of integration vendorstatic Payout.VendorEnumReturns the enum constant of this class with the specified name.static Payout.VendorEnum[]Payout.VendorEnum.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 Payout.VendorEnumModifier and TypeMethodDescriptionvoidPayout.setVendor(Payout.VendorEnum vendor) Payout.vendor(Payout.VendorEnum vendor)