pub struct PostGwApiV1TaxDocumentsRequest {
pub header: PostGwApiV1TaxDocumentsRequestHeader,
pub body: TaxFormRequest,
}Expand description
Scope: statements.write OR reports.write
Security Policy: Signed JWT
Fields§
§header: PostGwApiV1TaxDocumentsRequestHeader§body: TaxFormRequestTax Form request object
Implementations§
Source§impl PostGwApiV1TaxDocumentsRequest
impl PostGwApiV1TaxDocumentsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1TaxDocumentsResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1TaxDocumentsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1TaxDocumentsRequest
impl Clone for PostGwApiV1TaxDocumentsRequest
Source§fn clone(&self) -> PostGwApiV1TaxDocumentsRequest
fn clone(&self) -> PostGwApiV1TaxDocumentsRequest
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<'v_a> ValidateArgs<'v_a> for PostGwApiV1TaxDocumentsRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1TaxDocumentsRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1TaxDocumentsRequest
impl RefUnwindSafe for PostGwApiV1TaxDocumentsRequest
impl Send for PostGwApiV1TaxDocumentsRequest
impl Sync for PostGwApiV1TaxDocumentsRequest
impl Unpin for PostGwApiV1TaxDocumentsRequest
impl UnsafeUnpin for PostGwApiV1TaxDocumentsRequest
impl UnwindSafe for PostGwApiV1TaxDocumentsRequest
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