Uses of Class
com.doku.java.library.pojo.SetupConfiguration
Packages that use SetupConfiguration
Package
Description
-
Uses of SetupConfiguration in com.doku.java.library.builder
Methods in com.doku.java.library.builder with parameters of type SetupConfigurationModifier and TypeMethodDescriptionorg.springframework.http.HttpEntity<String>ClientSetup.setupRequest(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto, String path) -
Uses of SetupConfiguration in com.doku.java.library.client.va
Methods in com.doku.java.library.client.va with parameters of type SetupConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentResponseDto>BcaVaClient.generateBcaVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)org.springframework.http.ResponseEntity<PaymentResponseDto>BsmVaClient.generateBsmVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)org.springframework.http.ResponseEntity<PaymentResponseDto>DokuVaClient.generateDokuVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)org.springframework.http.ResponseEntity<PaymentResponseDto>MandiriVaClient.generateMandiriVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)org.springframework.http.ResponseEntity<PaymentResponseDto>PermataVaClient.generatePrmataVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)org.springframework.http.ResponseEntity<PaymentResponseDto>RequestVaClient.requestVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto, String path) -
Uses of SetupConfiguration in com.doku.java.library.service.cc
Methods in com.doku.java.library.service.cc with parameters of type SetupConfigurationModifier and TypeMethodDescriptionCCService.generateToken(SetupConfiguration setupConfiguration, PaymentTokenRequestDto paymentRequestDto) -
Uses of SetupConfiguration in com.doku.java.library.service.va
Methods in com.doku.java.library.service.va with parameters of type SetupConfigurationModifier and TypeMethodDescriptionVaServices.generateBcaVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)VaServices.generateBsmVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)VaServices.generateDokuVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)VaServices.generateMandiriVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)VaServices.generatePermataVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)