You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
express_button: Boolean@doc(description: "Indicates whether the buyer selected the quick checkout button. The default value is false")
21
21
}
22
22
23
-
typePaypalExpressToken@doc(description: "Deprecated: use type PaypalExpressTokenOutput instead") {
24
-
token: String@deprecated(reason: "Use field `token` of type PaypalExpressTokenOutput instead") @doc(description:"The token returned by PayPal")
25
-
paypal_urls: PaypalExpressUrlList@deprecated(reason: "Use field `PaypalExpressUrlList` of type PaypalExpressTokenOutput instead") @doc(description:"A set of URLs that allow the buyer to authorize payment and adjust checkout details")
23
+
typePaypalExpressToken@doc(description: "Deprecated: use type `PaypalExpressTokenOutput` instead") {
24
+
token: String@deprecated(reason: "Use field `token` of type `PaypalExpressTokenOutput` instead") @doc(description:"The token returned by PayPal")
25
+
paypal_urls: PaypalExpressUrlList@deprecated(reason: "Use field `paypal_urls` of type `PaypalExpressTokenOutput` instead") @doc(description:"A set of URLs that allow the buyer to authorize payment and adjust checkout details")
26
26
}
27
27
28
28
typePaypalExpressTokenOutput@doc(description: "Contains the token returned by PayPal and a set of URLs that allow the buyer to authorize payment and adjust checkout details. Applies to Express Checkout and Payments Standard payment methods.") {
0 commit comments