All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iyzipay.request.subscription.UpdateSubscriptionPricingPlanRequest Maven / Gradle / Ivy

There is a newer version: 2.0.133
Show newest version
package com.iyzipay.request.subscription;

import com.iyzipay.Request;

public class UpdateSubscriptionPricingPlanRequest extends Request {

    private String name;
    private Integer trialPeriodDays;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public Integer getTrialPeriodDays() {
        return trialPeriodDays;
    }

    public void setTrialPeriodDays(Integer trialPeriodDays) {
        this.trialPeriodDays = trialPeriodDays;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy