Package com.doku.java.library.service.va
Class VaServices
java.lang.Object
com.doku.java.library.service.va.VaServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateBcaVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)generateBsmVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)generateDokuVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)generateMandiriVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)generatePermataVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto)
-
Constructor Details
-
VaServices
public VaServices()
-
-
Method Details
-
generateDokuVa
public PaymentResponseDto generateDokuVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto) throws IOException- Throws:
IOException
-
generateBcaVa
public PaymentResponseDto generateBcaVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto) throws IOException- Throws:
IOException
-
generateMandiriVa
public PaymentResponseDto generateMandiriVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto) throws IOException- Throws:
IOException
-
generateBsmVa
public PaymentResponseDto generateBsmVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto) throws IOException- Throws:
IOException
-
generatePermataVa
public PaymentResponseDto generatePermataVa(SetupConfiguration setupConfiguration, PaymentRequestDto paymentRequestDto) throws IOException- Throws:
IOException
-