Struct plaid_openapi::request_model::TransferCreateRequest
source · [−]pub struct TransferCreateRequest<'a> {Show 14 fields
pub idempotency_key: String,
pub access_token: String,
pub account_id: String,
pub authorization_id: String,
pub type_: String,
pub network: String,
pub amount: String,
pub description: String,
pub ach_class: String,
pub user: Value,
pub metadata: Option<Value>,
pub origination_account_id: Option<String>,
pub iso_currency_code: String,
pub payment_profile_id: String,
/* private fields */
}Fields
idempotency_key: Stringaccess_token: Stringaccount_id: Stringtype_: Stringnetwork: Stringamount: Stringdescription: Stringach_class: Stringuser: Valuemetadata: Option<Value>origination_account_id: Option<String>iso_currency_code: Stringpayment_profile_id: StringImplementations
sourceimpl<'a> TransferCreateRequest<'a>
impl<'a> TransferCreateRequest<'a>
pub async fn send(self) -> Result<TransferCreateResponse>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for TransferCreateRequest<'a>
impl<'a> Send for TransferCreateRequest<'a>
impl<'a> Sync for TransferCreateRequest<'a>
impl<'a> Unpin for TransferCreateRequest<'a>
impl<'a> !UnwindSafe for TransferCreateRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more