com.univapay.sdk.models.request.subscription.RevolvingPaymentPlan Maven / Gradle / Ivy
The newest version!
package com.univapay.sdk.models.request.subscription;
import com.univapay.sdk.types.PaymentPlanType;
public class RevolvingPaymentPlan extends PaymentPlanRequest {
public RevolvingPaymentPlan() {
this.planType = PaymentPlanType.REVOLVING;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy