53.4.2. 端点前缀 地址
可以通过前缀 地址 调用以下端点,如下所示:
braintree://address/endpoint?[options]
端点 | 简写别名 | 选项 | 结果 Body 类型 |
---|---|---|---|
create |
| customerId, request | com.braintreegateway.Result<com.braintreegateway.Address> |
delete |
| customerId, id | com.braintreegateway.Result<com.braintreegateway.Address> |
find |
| customerId, id | com.braintreegateway.Address |
update |
| customerId, id, request | com.braintreegateway.Result<com.braintreegateway.Address> |
地址的 URI 选项
名称 | 类型 |
---|---|
customerId | 字符串 |
Request (请求) | com.braintreegateway.AddressRequest |
id | 字符串 |