Uses of Class
io.deeplumen.ucp.models.discovery.PaymentHandlerResponse
Packages that use PaymentHandlerResponse
-
Uses of PaymentHandlerResponse in io.deeplumen.ucp.models.discovery
Methods in io.deeplumen.ucp.models.discovery that return PaymentHandlerResponseModifier and TypeMethodDescriptionPaymentHandlerResponse.withAdditionalProperty(String name, Object value) PaymentHandlerResponse.withConfig(Config config) PaymentHandlerResponse.withConfigSchema(URI configSchema) PaymentHandlerResponse.withInstrumentSchemas(List<URI> instrumentSchemas) PaymentHandlerResponse.withVersion(String version) Methods in io.deeplumen.ucp.models.discovery that return types with arguments of type PaymentHandlerResponseModifier and TypeMethodDescriptionPayment.getHandlers()Payment handler definitions that describe how instruments can be collectedMethod parameters in io.deeplumen.ucp.models.discovery with type arguments of type PaymentHandlerResponseModifier and TypeMethodDescriptionvoidPayment.setHandlers(List<PaymentHandlerResponse> handlers) Payment handler definitions that describe how instruments can be collectedPayment.withHandlers(List<PaymentHandlerResponse> handlers) -
Uses of PaymentHandlerResponse in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type PaymentHandlerResponseModifier and TypeMethodDescriptionPaymentResponse.getHandlers()Processing configurations that define how payment instruments can be collected.Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type PaymentHandlerResponseModifier and TypeMethodDescriptionvoidPaymentResponse.setHandlers(List<PaymentHandlerResponse> handlers) Processing configurations that define how payment instruments can be collected.PaymentResponse.withHandlers(List<PaymentHandlerResponse> handlers)