/// <summary> /// Prevents a default instance of the <see cref="PayUSubscription"/> class from being created. /// </summary> private PayUSubscription() { recurringPaymentService = new RecurringPaymentService(); }
/// <summary> /// Prevents a default instance of the <see cref="PayUCreditCard"/> class from being created. /// </summary> private PayUCreditCard() { recurringPaymentService = new RecurringPaymentService(); }
/// <summary> /// Prevents a default instance of the <see cref="PayURecurringBillItem"/> class from being created. /// </summary> private PayURecurringBillItem() { recurringPaymentService = new RecurringPaymentService(); }
/// <summary> /// Prevents a default instance of the <see cref="PayUCustomers"/> class from being created. /// </summary> private PayUCustomers() { recurringPaymentService = new RecurringPaymentService(); }
/// <summary> /// Prevents a default instance of the <see cref="PayUPlans"/> class from being created. /// </summary> private PayUPlans() { recurringPaymentService = new RecurringPaymentService(); }