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