Skip to content

Commit 2d1b0fb

Browse files
authored
Merge pull request #579 from stripe/remi-add-charge-authorization-code
Add support for authorization_code on the Charge resource
2 parents 9724292 + 81aa221 commit 2d1b0fb

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)