pub struct NotifySettlementResponse {
pub custom_data: Option<CustomData>,
pub receipt_id: Option<String<50usize>>,
pub receipt_url: Option<String<2000usize>>,
}Fields§
§custom_data: Option<CustomData>§receipt_id: Option<String<50usize>>The receipt id if the receipt is generated by CSMS.
receipt_url: Option<String<2000usize>>The receipt URL if receipt generated by CSMS. The Charging Station can QR encode it and show it to the EV Driver.
Trait Implementations§
Source§impl Action for NotifySettlementResponse
impl Action for NotifySettlementResponse
Source§impl Clone for NotifySettlementResponse
impl Clone for NotifySettlementResponse
Source§fn clone(&self) -> NotifySettlementResponse
fn clone(&self) -> NotifySettlementResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NotifySettlementResponse
impl Debug for NotifySettlementResponse
impl Eq for NotifySettlementResponse
Source§impl PartialEq for NotifySettlementResponse
impl PartialEq for NotifySettlementResponse
impl StructuralPartialEq for NotifySettlementResponse
Auto Trait Implementations§
impl Freeze for NotifySettlementResponse
impl RefUnwindSafe for NotifySettlementResponse
impl Send for NotifySettlementResponse
impl Sync for NotifySettlementResponse
impl Unpin for NotifySettlementResponse
impl UnsafeUnpin for NotifySettlementResponse
impl UnwindSafe for NotifySettlementResponse
Blanket Implementations§
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