pub struct PostGwApiV1ExternalCashTransfersBulkRequest {
pub query: PostGwApiV1ExternalCashTransfersBulkRequestQuery,
pub body: ExternalCashTransfersBulkRequestBody,
}Expand description
Scope: transfers.write
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1ExternalCashTransfersBulkRequestQuery§body: ExternalCashTransfersBulkRequestBodyCreate Bulk External Cash transfers (Deposit and Withdraw fund) request body
Implementations§
Source§impl PostGwApiV1ExternalCashTransfersBulkRequest
impl PostGwApiV1ExternalCashTransfersBulkRequest
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 PostGwApiV1ExternalCashTransfersBulkRequest
impl Clone for PostGwApiV1ExternalCashTransfersBulkRequest
Source§fn clone(&self) -> PostGwApiV1ExternalCashTransfersBulkRequest
fn clone(&self) -> PostGwApiV1ExternalCashTransfersBulkRequest
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 PostGwApiV1ExternalCashTransfersBulkRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1ExternalCashTransfersBulkRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1ExternalCashTransfersBulkRequest
impl RefUnwindSafe for PostGwApiV1ExternalCashTransfersBulkRequest
impl Send for PostGwApiV1ExternalCashTransfersBulkRequest
impl Sync for PostGwApiV1ExternalCashTransfersBulkRequest
impl Unpin for PostGwApiV1ExternalCashTransfersBulkRequest
impl UnsafeUnpin for PostGwApiV1ExternalCashTransfersBulkRequest
impl UnwindSafe for PostGwApiV1ExternalCashTransfersBulkRequest
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