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

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

There is a newer version: 28.2.0
Show newest version
package com.stripe.model;

public class NextRecurringCharge extends StripeObject {
	Integer amount;
	String date;
	
	public Integer getAmount() {
		return amount;
	}
	
	public void setAmount(Integer amount) {
		this.amount = amount;
	}
	
	public String getDate() {
		return date;
	}
	
	public void setDate(String date) {
		this.date = date;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy