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

com.stripe.model.oauth.DeauthorizedAccount Maven / Gradle / Ivy

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

import com.stripe.model.StripeObject;

public class DeauthorizedAccount extends StripeObject {
	String stripeUserId;

	public String getStripeUserId() {
		return stripeUserId;
	}

	public void setStripeUserId(String stripeUserId) {
		this.stripeUserId = stripeUserId;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy