Uses of Class
com.doku.java.library.dto.va.payment.response.PaymentResponseDto
Packages that use PaymentResponseDto
-
Uses of PaymentResponseDto in com.doku.java.library.client.va
Methods in com.doku.java.library.client.va that return types with arguments of type PaymentResponseDtoModifier 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 PaymentResponseDto in com.doku.java.library.service.va
Methods in com.doku.java.library.service.va that return PaymentResponseDtoModifier 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)