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

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

There is a newer version: 26.13.0-beta.1
Show newest version
// Generated by com.stripe.generator.entity.SdkBuilder

package com.stripe.model;

import com.stripe.exception.StripeException;
import com.stripe.net.RequestOptions;
import java.util.Map;

public interface ExternalAccount extends HasId {
  ExternalAccount update(Map params) throws StripeException;

  ExternalAccount update(Map params, RequestOptions options) throws StripeException;

  ExternalAccount delete() throws StripeException;

  ExternalAccount delete(RequestOptions options) throws StripeException;

  ExternalAccount delete(Map params) throws StripeException;

  ExternalAccount delete(Map params, RequestOptions options) throws StripeException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy