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

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

package com.stripe.model;

public final class SourceVerificationFlow extends StripeObject {
	Integer attemptsRemaining;
	String status;

	public Integer getAttemptsRemaining() {
		return attemptsRemaining;
	}

	public void setAttemptsRemaining(Integer attemptsRemaining) {
		this.attemptsRemaining = attemptsRemaining;
	}

	public String getStatus() {
		return status;
	}

	public void setStatus(String status) {
		this.status = status;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy