All Implemented Interfaces:
Populator<CreateSubscriptionRequest,PaymentData>

public class PaymentDataPopulator extends AbstractResultPopulator<CreateSubscriptionRequest,PaymentData>
  • Constructor Details

    • PaymentDataPopulator

      public PaymentDataPopulator()
  • Method Details

    • populate

      public void populate(CreateSubscriptionRequest source, PaymentData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Parameters:
      source - the source object
      target - the target to fill