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

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

There is a newer version: 28.1.0-beta.3
Show newest version
package com.stripe.model;

import com.stripe.net.StripeResponse;

public interface StripeObjectInterface {
  public StripeResponse getLastResponse();

  public void setLastResponse(StripeResponse response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy