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

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

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

import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@EqualsAndHashCode(callSuper = false)
public class ChargeOutcomeRule extends StripeObject implements HasId {
  @Getter(onMethod = @__({@Override})) protected String id;
  protected String action;
  protected String predicate;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy