Uses of Class
dev.vality.anapi.v2.model.ClientInfo
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of ClientInfo in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return ClientInfo Modifier and Type Method Description ClientInfoClientInfo. fingerprint(String fingerprint)ClientInfoClientInfo. ip(String ip)Methods in dev.vality.anapi.v2.model that return types with arguments of type ClientInfo Modifier and Type Method Description @Valid org.openapitools.jackson.nullable.JsonNullable<ClientInfo>PaymentResource. getClientInfo()Get clientInfo@Valid org.openapitools.jackson.nullable.JsonNullable<ClientInfo>PaymentResourcePayer. getClientInfo()Get clientInfoMethods in dev.vality.anapi.v2.model with parameters of type ClientInfo Modifier and Type Method Description PaymentResourcePaymentResource. clientInfo(ClientInfo clientInfo)PaymentResourcePayerPaymentResourcePayer. clientInfo(ClientInfo clientInfo)Method parameters in dev.vality.anapi.v2.model with type arguments of type ClientInfo Modifier and Type Method Description voidPaymentResource. setClientInfo(org.openapitools.jackson.nullable.JsonNullable<ClientInfo> clientInfo)voidPaymentResourcePayer. setClientInfo(org.openapitools.jackson.nullable.JsonNullable<ClientInfo> clientInfo)