public class AlipayTradeFastpayRefundQueryResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
AlipayTradeFastpayRefundQueryResponse() |
@NameInMap(value="http_body") @Validation(required=true) public String httpBody
@NameInMap(value="code") @Validation(required=true) public String code
@NameInMap(value="msg") @Validation(required=true) public String msg
@NameInMap(value="sub_code") @Validation(required=true) public String subCode
@NameInMap(value="sub_msg") @Validation(required=true) public String subMsg
@NameInMap(value="error_code") @Validation(required=true) public String errorCode
@NameInMap(value="gmt_refund_pay") @Validation(required=true) public String gmtRefundPay
@NameInMap(value="industry_sepc_detail") @Validation(required=true) public String industrySepcDetail
@NameInMap(value="out_request_no") @Validation(required=true) public String outRequestNo
@NameInMap(value="out_trade_no") @Validation(required=true) public String outTradeNo
@NameInMap(value="present_refund_buyer_amount") @Validation(required=true) public String presentRefundBuyerAmount
@NameInMap(value="present_refund_discount_amount") @Validation(required=true) public String presentRefundDiscountAmount
@NameInMap(value="present_refund_mdiscount_amount") @Validation(required=true) public String presentRefundMdiscountAmount
@NameInMap(value="refund_amount") @Validation(required=true) public String refundAmount
@NameInMap(value="refund_charge_amount") @Validation(required=true) public String refundChargeAmount
@NameInMap(value="refund_detail_item_list") @Validation(required=true) public List<TradeFundBill> refundDetailItemList
@NameInMap(value="refund_reason") @Validation(required=true) public String refundReason
@NameInMap(value="refund_royaltys") @Validation(required=true) public List<RefundRoyaltyResult> refundRoyaltys
@NameInMap(value="refund_settlement_id") @Validation(required=true) public String refundSettlementId
@NameInMap(value="refund_status") @Validation(required=true) public String refundStatus
@NameInMap(value="send_back_fee") @Validation(required=true) public String sendBackFee
@NameInMap(value="total_amount") @Validation(required=true) public String totalAmount
@NameInMap(value="trade_no") @Validation(required=true) public String tradeNo
public static AlipayTradeFastpayRefundQueryResponse build(Map<String,?> map) throws Exception
Exceptionpublic AlipayTradeFastpayRefundQueryResponse setHttpBody(String httpBody)
public String getHttpBody()
public AlipayTradeFastpayRefundQueryResponse setCode(String code)
public String getCode()
public AlipayTradeFastpayRefundQueryResponse setMsg(String msg)
public String getMsg()
public AlipayTradeFastpayRefundQueryResponse setSubCode(String subCode)
public String getSubCode()
public AlipayTradeFastpayRefundQueryResponse setSubMsg(String subMsg)
public String getSubMsg()
public AlipayTradeFastpayRefundQueryResponse setErrorCode(String errorCode)
public String getErrorCode()
public AlipayTradeFastpayRefundQueryResponse setGmtRefundPay(String gmtRefundPay)
public String getGmtRefundPay()
public AlipayTradeFastpayRefundQueryResponse setIndustrySepcDetail(String industrySepcDetail)
public String getIndustrySepcDetail()
public AlipayTradeFastpayRefundQueryResponse setOutRequestNo(String outRequestNo)
public String getOutRequestNo()
public AlipayTradeFastpayRefundQueryResponse setOutTradeNo(String outTradeNo)
public String getOutTradeNo()
public AlipayTradeFastpayRefundQueryResponse setPresentRefundBuyerAmount(String presentRefundBuyerAmount)
public String getPresentRefundBuyerAmount()
public AlipayTradeFastpayRefundQueryResponse setPresentRefundDiscountAmount(String presentRefundDiscountAmount)
public String getPresentRefundDiscountAmount()
public AlipayTradeFastpayRefundQueryResponse setPresentRefundMdiscountAmount(String presentRefundMdiscountAmount)
public String getPresentRefundMdiscountAmount()
public AlipayTradeFastpayRefundQueryResponse setRefundAmount(String refundAmount)
public String getRefundAmount()
public AlipayTradeFastpayRefundQueryResponse setRefundChargeAmount(String refundChargeAmount)
public String getRefundChargeAmount()
public AlipayTradeFastpayRefundQueryResponse setRefundDetailItemList(List<TradeFundBill> refundDetailItemList)
public List<TradeFundBill> getRefundDetailItemList()
public AlipayTradeFastpayRefundQueryResponse setRefundReason(String refundReason)
public String getRefundReason()
public AlipayTradeFastpayRefundQueryResponse setRefundRoyaltys(List<RefundRoyaltyResult> refundRoyaltys)
public List<RefundRoyaltyResult> getRefundRoyaltys()
public AlipayTradeFastpayRefundQueryResponse setRefundSettlementId(String refundSettlementId)
public String getRefundSettlementId()
public AlipayTradeFastpayRefundQueryResponse setRefundStatus(String refundStatus)
public String getRefundStatus()
public AlipayTradeFastpayRefundQueryResponse setSendBackFee(String sendBackFee)
public String getSendBackFee()
public AlipayTradeFastpayRefundQueryResponse setTotalAmount(String totalAmount)
public String getTotalAmount()
public AlipayTradeFastpayRefundQueryResponse setTradeNo(String tradeNo)
public String getTradeNo()
Copyright © 2021. All rights reserved.