Skip to content

Commit 81aa221

Browse files
committed
Add support for authorization_code on the Charge resource
Note that this property is internal and not usually returned in the API.
1 parent 71a229c commit 81aa221

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/stripe/model/Charge.java

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ public class Charge extends ApiResource implements MetadataStore<Charge>, HasId
6060
@Getter(AccessLevel.NONE) @Setter(AccessLevel.NONE) ExpandableField<Transfer> transfer;
6161
String transferGroup;
6262

63+
// Please note that these field are for internal use only and are not typically returned
64+
// as part of standard API requests.
65+
String authorizationCode;
66+
6367
/**
6468
* The {@code card} attribute.
6569
*

0 commit comments

Comments
 (0)