pub struct WeChatDecryptRefundNotifyResponse {
Show 13 fields pub out_refund_no: String, pub out_trade_no: String, pub refund_account: String, pub refund_fee: String, pub refund_id: String, pub refund_recv_accout: String, pub refund_request_source: String, pub refund_status: String, pub settlement_refund_fee: String, pub settlement_total_fee: String, pub success_time: String, pub total_fee: String, pub transaction_id: String,
}
Expand description

Fields

out_refund_no: String

退款编号

out_trade_no: String

退款商户订单号

refund_account: String

退款账户

refund_fee: String

退款金额

refund_id: String

退款编号

refund_recv_accout: String

退款接受账户

refund_request_source: String

退款来源

refund_status: String

退款状态

settlement_refund_fee: String

结算退款金额

settlement_total_fee: String

结算退款金额

success_time: String

成功时间

total_fee: String

总金额

transaction_id: String

微信交易编号

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more