public class PromiseApiConfig extends AlipayObject
| 构造器和说明 |
|---|
PromiseApiConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getFulfillmentDays() |
String |
getMerchantServicePhone() |
String |
getMerchantServiceUrl() |
String |
getPromiseOperationType() |
String |
getPromiseOperationValue() |
void |
setFulfillmentDays(Long fulfillmentDays) |
void |
setMerchantServicePhone(String merchantServicePhone) |
void |
setMerchantServiceUrl(String merchantServiceUrl) |
void |
setPromiseOperationType(String promiseOperationType) |
void |
setPromiseOperationValue(String promiseOperationValue) |
public Long getFulfillmentDays()
public void setFulfillmentDays(Long fulfillmentDays)
public String getMerchantServicePhone()
public void setMerchantServicePhone(String merchantServicePhone)
public String getMerchantServiceUrl()
public void setMerchantServiceUrl(String merchantServiceUrl)
public String getPromiseOperationType()
public void setPromiseOperationType(String promiseOperationType)
public String getPromiseOperationValue()
public void setPromiseOperationValue(String promiseOperationValue)
Copyright © 2024. All rights reserved.