Class CisCCPaymentInfoDataPopulator

    • Constructor Detail

      • CisCCPaymentInfoDataPopulator

        public CisCCPaymentInfoDataPopulator()
    • Method Detail

      • populate

        public void populate​(org.springframework.http.ResponseEntity source,
                             CCPaymentInfoData target)
                      throws java.lang.IllegalArgumentException
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<org.springframework.http.ResponseEntity,​CCPaymentInfoData>
        Parameters:
        source - the source object
        target - the target to fill
        Throws:
        java.lang.IllegalArgumentException
      • populateCardType

        protected void populateCardType​(java.lang.String source,
                                        CCPaymentInfoData target)
      • populateBillingAddress

        protected void populateBillingAddress​(AddressData billingAddress,
                                              com.hybris.cis.api.model.CisAddress source)