Uses of Class
dev.crashteam.openapi.kerepricer.model.CreateSubsriptionPaymentRequest
Packages that use CreateSubsriptionPaymentRequest
-
Uses of CreateSubsriptionPaymentRequest in dev.crashteam.openapi.kerepricer.api
Method parameters in dev.crashteam.openapi.kerepricer.api with type arguments of type CreateSubsriptionPaymentRequestModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateSubsriptionPayment201Response>>PaymentApi.createSubsriptionPayment(UUID xRequestID, UUID idempotencyKey, @Valid reactor.core.publisher.Mono<CreateSubsriptionPaymentRequest> createSubsriptionPaymentRequest, org.springframework.web.server.ServerWebExchange exchange) POST /payment/subscription : Создать платеж на выбранный тарифный план -
Uses of CreateSubsriptionPaymentRequest in dev.crashteam.openapi.kerepricer.model
Methods in dev.crashteam.openapi.kerepricer.model that return CreateSubsriptionPaymentRequestModifier and TypeMethodDescriptionCreateSubsriptionPaymentRequest.redirectUrl(String redirectUrl) CreateSubsriptionPaymentRequest.subscriptionPlan(SubscriptionPlan subscriptionPlan)