We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419cb8e commit b6e4b23Copy full SHA for b6e4b23
src/main/java/com/alipay/global/api/model/ams/ApplePayConfiguration.java
@@ -15,5 +15,6 @@ public class ApplePayConfiguration {
15
private List<String> requiredBillingContactFields;
16
private List<String> requiredShippingContactFields;
17
private Boolean buttonsBundled;
18
+ private String applePayToken;
19
20
}
0 commit comments