Package | Description |
---|---|
com.tencentcloudapi.cpdp.v20190820.models |
Modifier and Type | Method and Description |
---|---|
CloudAttachmentInfo[] |
UnifiedCloudOrderRequest.getAttachmentInfoList()
Get 附加项信息列表
例如溢价信息、抵扣信息、积分信息、补贴信息
通过该字段可以实现渠道方的优惠抵扣补贴等营销功能
注意:当传SubOrderList时,请在子单信息中传附加项信息,不要在主单中传该字段。
|
CloudAttachmentInfo |
CloudSubOrderReturn.getAttachmentInfoList()
Get 附加项信息
注意:此字段可能返回 null,表示取不到有效值。
|
CloudAttachmentInfo[] |
CloudSubOrder.getAttachmentInfoList()
Get 附加项信息列表。
例如溢价信息、抵扣信息、积分信息、补贴信息
通过该字段可以实现渠道方的优惠抵扣补贴等营销功能。
|
CloudAttachmentInfo[] |
CloudOrderReturn.getAttachmentInfoList()
Get 附加项信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CloudSubOrderReturn.setAttachmentInfoList(CloudAttachmentInfo AttachmentInfoList)
Set 附加项信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
UnifiedCloudOrderRequest.setAttachmentInfoList(CloudAttachmentInfo[] AttachmentInfoList)
Set 附加项信息列表
例如溢价信息、抵扣信息、积分信息、补贴信息
通过该字段可以实现渠道方的优惠抵扣补贴等营销功能
注意:当传SubOrderList时,请在子单信息中传附加项信息,不要在主单中传该字段。
|
void |
CloudSubOrder.setAttachmentInfoList(CloudAttachmentInfo[] AttachmentInfoList)
Set 附加项信息列表。
例如溢价信息、抵扣信息、积分信息、补贴信息
通过该字段可以实现渠道方的优惠抵扣补贴等营销功能。
|
void |
CloudOrderReturn.setAttachmentInfoList(CloudAttachmentInfo[] AttachmentInfoList)
Set 附加项信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
CloudAttachmentInfo(CloudAttachmentInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.