public class UpdateCardWithDelegateRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardData |
static class |
UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardUpdateOptions |
| 构造器和说明 |
|---|
UpdateCardWithDelegateRequest() |
@NameInMap(value="cardData") public UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardData cardData
@NameInMap(value="cardUpdateOptions") public UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardUpdateOptions cardUpdateOptions
@NameInMap(value="outTrackId") public String outTrackId
This parameter is required.
example:123
@NameInMap(value="privateData") public Map<String,PrivateDataValue> privateData
@NameInMap(value="userIdType") public Integer userIdType
public static UpdateCardWithDelegateRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateCardWithDelegateRequest setCardData(UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardData cardData)
public UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardData getCardData()
public UpdateCardWithDelegateRequest setCardUpdateOptions(UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardUpdateOptions cardUpdateOptions)
public UpdateCardWithDelegateRequest.UpdateCardWithDelegateRequestCardUpdateOptions getCardUpdateOptions()
public UpdateCardWithDelegateRequest setOutTrackId(String outTrackId)
public String getOutTrackId()
public UpdateCardWithDelegateRequest setPrivateData(Map<String,PrivateDataValue> privateData)
public Map<String,PrivateDataValue> getPrivateData()
public UpdateCardWithDelegateRequest setUserIdType(Integer userIdType)
public Integer getUserIdType()
Copyright © 2025. All rights reserved.