Uses of Class
com.doku.java.library.dto.va.payment.request.PaymentRequestDto
Packages that use PaymentRequestDto
Package
Description
-
Uses of PaymentRequestDto in com.doku.java.library.builder
Methods in com.doku.java.library.builder with parameters of type PaymentRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.HttpEntity<String>ClientSetup.setupRequest(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto, String path) -
Uses of PaymentRequestDto in com.doku.java.library.client.va
Methods in com.doku.java.library.client.va with parameters of type PaymentRequestDtoModifier 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 PaymentRequestDto in com.doku.java.library.service.va
Methods in com.doku.java.library.service.va with parameters of type PaymentRequestDtoModifier 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)