public class RefundPayAsYouGoOrderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The instance ID in the sales order.
|
String |
orderId
The order ID of the order for the pay-as-you-go resource.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
RefundPayAsYouGoOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RefundPayAsYouGoOrderRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
String |
getOrderId() |
Long |
getTid() |
RefundPayAsYouGoOrderRequest |
setInstanceId(String instanceId) |
RefundPayAsYouGoOrderRequest |
setOrderId(String orderId) |
RefundPayAsYouGoOrderRequest |
setTid(Long tid) |
@NameInMap(value="InstanceId") public String instanceId
The instance ID in the sales order.
This parameter is required.
example:dms_pre_public_intl-sg-vf****
@NameInMap(value="OrderId") public String orderId
The order ID of the order for the pay-as-you-go resource. You can call the ListEffectiveOrders operation to query the order ID.
This parameter is required.
example:2190037****
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static RefundPayAsYouGoOrderRequest build(Map<String,?> map) throws Exception
Exceptionpublic RefundPayAsYouGoOrderRequest setInstanceId(String instanceId)
public String getInstanceId()
public RefundPayAsYouGoOrderRequest setOrderId(String orderId)
public String getOrderId()
public RefundPayAsYouGoOrderRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.