pub struct CpLicensePaySuccessEvent {
pub auth_corp_id: String,
pub service_corp_id: String,
pub into_type: String,
pub order_id: String,
pub buyer_user_id: String,
pub timestamp: i64,
}Expand description
支付成功通知 当服务商购买接口调用许可帐号并完成付款后,企业微信后台会推送“支付成功通知”到服务商的系统事件接收URL(应用管理 -通用开发参数-系统事件接收URL)。
Fields§
§auth_corp_id: String§service_corp_id: String§into_type: String§order_id: String§buyer_user_id: String§timestamp: i64Trait Implementations§
Source§impl Clone for CpLicensePaySuccessEvent
impl Clone for CpLicensePaySuccessEvent
Source§fn clone(&self) -> CpLicensePaySuccessEvent
fn clone(&self) -> CpLicensePaySuccessEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CpLicensePaySuccessEvent
impl Debug for CpLicensePaySuccessEvent
Source§impl<'de> Deserialize<'de> for CpLicensePaySuccessEvent
impl<'de> Deserialize<'de> for CpLicensePaySuccessEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CpLicensePaySuccessEvent
impl RefUnwindSafe for CpLicensePaySuccessEvent
impl Send for CpLicensePaySuccessEvent
impl Sync for CpLicensePaySuccessEvent
impl Unpin for CpLicensePaySuccessEvent
impl UnwindSafe for CpLicensePaySuccessEvent
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more