@@ -120,7 +120,7 @@ if ppRsp.Code != paypal.Success {
120
120
121
121
* <font color =' #003087 ' size =' 4 ' >AccessToken</font >
122
122
* 获取AccessToken(Get AccessToken):` client.GetAccessToken() `
123
- * <font color =' #003087 ' size =' 4 ' >发票 </font >
123
+ * <font color =' #003087 ' size =' 4 ' >Invoices </font >
124
124
* 生成发票号码(Generate invoice number):`client.InvoiceNumberGenerate()`
125
125
* 发票列表(List invoices):`client.InvoiceList()`
126
126
* 创建虚拟发票(Create draft invoice):`client.InvoiceCreate()`
@@ -139,26 +139,33 @@ if ppRsp.Code != paypal.Success {
139
139
* 创建发票模板(Create template):`client.InvoiceTemplateCreate()`
140
140
* 删除发票模板(Delete template):`client.InvoiceTemplateDelete()`
141
141
* 更新发票模板(Fully update template):`client.InvoiceTemplateUpdate()`
142
- * <font color =' #003087 ' size =' 4 ' >订单 </font >
142
+ * <font color =' #003087 ' size =' 4 ' >Orders </font >
143
143
* 创建订单(Create order):` client.CreateOrder() `
144
144
* 订单详情(Show order details):` client.OrderDetail() `
145
145
* 更新订单(Update order):` client.UpdateOrder() `
146
146
* 订单支付授权(Authorize payment for order):` client.OrderAuthorize() `
147
147
* 订单支付捕获(Capture payment for order):` client.OrderCapture() `
148
148
* 订单支付确认(Confirm the Order):` client.OrderConfirm() `
149
- * <font color =' #003087 ' size =' 4 ' >支付 </font >
149
+ * <font color =' #003087 ' size =' 4 ' >Payments </font >
150
150
* 支付授权详情(Show details for authorized payment):` client.PaymentAuthorizeDetail() `
151
151
* 重新授权支付授权(Reauthorize authorized payment):` client.PaymentReauthorize() `
152
152
* 作废支付授权(Void authorized payment):` client.PaymentAuthorizeVoid() `
153
153
* 支付授权捕获(Capture authorized payment):` client.PaymentAuthorizeCapture() `
154
154
* 支付捕获详情(Show captured payment details):` client.PaymentCaptureDetail() `
155
155
* 支付捕获退款(Refund captured payment):` client.PaymentCaptureRefund() `
156
156
* 支付退款详情(Show refund details):` client.PaymentRefundDetail() `
157
- * <font color =' #003087 ' size =' 4 ' >支出</font >
157
+ * <font color =' #003087 ' size =' 4 ' >Payment Method Tokens</font >
158
+ * 为给定的支付来源创建支付令牌(Create payment token for a given payment source):` client.CreatePaymentToken() `
159
+ * 列出所有支付令牌(List all payment tokens):` client.ListAllPaymentTokens() `
160
+ * 检索付款令牌(Retrieve a payment token):` client.RetrievePaymentToken() `
161
+ * 删除付款令牌(Delete payment token):` client.DeletePaymentToken() `
162
+ * 创建设置令牌(Create a setup token):` client.CreateSetupToken() `
163
+ * 检索设置令牌(Retrieve a setup token):` client.RetrieveSetupToken() `
164
+ * <font color =' #003087 ' size =' 4 ' >Payouts</font >
158
165
* 创建批量支出(Create batch payout):` client.CreateBatchPayout() `
159
166
* 批量支出详情(Show payout batch details):` client.ShowPayoutBatchDetails() `
160
167
* 批量支出项目详情(Show Payout Item Details):` client.ShowPayoutItemDetails() `
161
168
* 取消批量支付中收款人无PayPal账号的项目(Cancel Unclaimed Payout Item):` client.CancelUnclaimedPayoutItem() `
162
- * <font color =' #003087 ' size =' 4 ' >订阅 </font >
169
+ * <font color =' #003087 ' size =' 4 ' >Subscriptions </font >
163
170
* 创建订阅计划(Create plan):` client.CreateBillingPlan() `
164
171
0 commit comments