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 0061586 commit 683be80Copy full SHA for 683be80
src/main/java/com/alipay/global/api/model/ams/Wallet.java
@@ -15,4 +15,6 @@ public class Wallet {
15
private String phoneNo;
16
private String email;
17
private Address billingAddress;
18
+ private String token;
19
+ private String tokenExpiryTime;
20
}
0 commit comments