
com.stripe.model.PlanTransformUsage Maven / Gradle / Ivy
package com.stripe.model;
public class PlanTransformUsage {
Long divideBy;
String round;
public Long getDivideBy() {
return divideBy;
}
public void setDivideBy(Long divideBy) {
this.divideBy = divideBy;
}
public String getRound() {
return round;
}
public void setRound(String round) {
this.round = round;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy