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

com.stripe.model.InvoiceLineItemPeriod Maven / Gradle / Ivy

package com.stripe.model;

public class InvoiceLineItemPeriod extends StripeObject {
	Long end;
	Long start;

	public Long getEnd() {
		return end;
	}

	public void setEnd(Long end) {
		this.end = end;
	}

	public Long getStart() {
		return start;
	}

	public void setStart(Long start) {
		this.start = start;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy