pub struct ConfirmsGetRequest {
pub deal_reference: String,
}Expand description
GET Request to /confirms/{dealReference} endpoint to retrieve deal confirmations for the given deal reference. Please note, this should only be used if the deal confirmation isn’t received via the streaming API.
Fields§
§deal_reference: StringTrait Implementations§
Source§impl Debug for ConfirmsGetRequest
impl Debug for ConfirmsGetRequest
Source§impl<'de> Deserialize<'de> for ConfirmsGetRequest
impl<'de> Deserialize<'de> for ConfirmsGetRequest
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
Source§impl Serialize for ConfirmsGetRequest
impl Serialize for ConfirmsGetRequest
Auto Trait Implementations§
impl Freeze for ConfirmsGetRequest
impl RefUnwindSafe for ConfirmsGetRequest
impl Send for ConfirmsGetRequest
impl Sync for ConfirmsGetRequest
impl Unpin for ConfirmsGetRequest
impl UnsafeUnpin for ConfirmsGetRequest
impl UnwindSafe for ConfirmsGetRequest
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