Uses of Class
dev.vality.swag_webhook_events.model.Payer.PayerTypeEnum
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of Payer.PayerTypeEnum in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return Payer.PayerTypeEnum Modifier and Type Method Description static Payer.PayerTypeEnumPayer.PayerTypeEnum. fromValue(String value)@NotNull Payer.PayerTypeEnumPayer. getPayerType()Payment tool typestatic Payer.PayerTypeEnumPayer.PayerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Payer.PayerTypeEnum[]Payer.PayerTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag_webhook_events.model with parameters of type Payer.PayerTypeEnum Modifier and Type Method Description PayerPayer. payerType(Payer.PayerTypeEnum payerType)voidPayer. setPayerType(Payer.PayerTypeEnum payerType)