Class PaymentOptionRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.paymentapp.model.request.paymentoption.PaymentOptionRequestInternal
- All Implemented Interfaces:
Serializable
@Validated
public class PaymentOptionRequestInternal
extends com.skava.core.validation.InputModel
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is used to convert internal model to entityvoid
This is validation method for save
-
Constructor Details
-
PaymentOptionRequestInternal
public PaymentOptionRequestInternal()
-
-
Method Details
-
validationForSave
public void validationForSave()This is validation method for save -
toPaymentOptionEntity
This method is used to convert internal model to entity- Returns:
- PaymentOptionEntity
-