We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae1c08 commit dcbd71dCopy full SHA for dcbd71d
src/main/java/com/stripe/param/TransferCreateParams.java
@@ -10,6 +10,7 @@
10
import lombok.Getter;
11
12
@Getter
13
+@EqualsAndHashCode(callSuper = false)
14
public class TransferCreateParams extends ApiRequestParams {
15
/** A positive integer in cents (or local equivalent) representing how much to transfer. */
16
@SerializedName("amount")
0 commit comments