pub struct PostGwApiV1InternalCashTransfersBulkRequest {
pub query: PostGwApiV1InternalCashTransfersBulkRequestQuery,
pub body: InternalCashTransfersBulkRequestBody,
}Expand description
Scope: transfers.write
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1InternalCashTransfersBulkRequestQuery§body: InternalCashTransfersBulkRequestBodyCreate Bulk Internal Cash Transfers request body
Implementations§
Source§impl PostGwApiV1InternalCashTransfersBulkRequest
impl PostGwApiV1InternalCashTransfersBulkRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1BankInstructionsBulkResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1BankInstructionsBulkResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1InternalCashTransfersBulkRequest
impl Clone for PostGwApiV1InternalCashTransfersBulkRequest
Source§fn clone(&self) -> PostGwApiV1InternalCashTransfersBulkRequest
fn clone(&self) -> PostGwApiV1InternalCashTransfersBulkRequest
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 PostGwApiV1InternalCashTransfersBulkRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1InternalCashTransfersBulkRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1InternalCashTransfersBulkRequest
impl RefUnwindSafe for PostGwApiV1InternalCashTransfersBulkRequest
impl Send for PostGwApiV1InternalCashTransfersBulkRequest
impl Sync for PostGwApiV1InternalCashTransfersBulkRequest
impl Unpin for PostGwApiV1InternalCashTransfersBulkRequest
impl UnsafeUnpin for PostGwApiV1InternalCashTransfersBulkRequest
impl UnwindSafe for PostGwApiV1InternalCashTransfersBulkRequest
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