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 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

      public PaymentOptionEntity toPaymentOptionEntity()
      This method is used to convert the internal model to entity
      Returns:
      PaymentOptionEntity