pub struct DedicatedVirtualAccountResponseData {Show 13 fields
pub bank: Option<Bank>,
pub account_name: String,
pub account_number: String,
pub assigned: bool,
pub currency: Currency,
pub metadata: Option<String>,
pub active: bool,
pub id: u64,
pub created_at: String,
pub updated_at: String,
pub assignment: Assignment,
pub customer: Option<CustomerResponseData>,
pub split_config: Option<SplitConfig>,
}
Fields§
§bank: Option<Bank>
§account_name: String
§account_number: String
§assigned: bool
§currency: Currency
§metadata: Option<String>
§active: bool
§id: u64
§created_at: String
§updated_at: String
§assignment: Assignment
§customer: Option<CustomerResponseData>
§split_config: Option<SplitConfig>
Trait Implementations§
Source§impl Clone for DedicatedVirtualAccountResponseData
impl Clone for DedicatedVirtualAccountResponseData
Source§fn clone(&self) -> DedicatedVirtualAccountResponseData
fn clone(&self) -> DedicatedVirtualAccountResponseData
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 Default for DedicatedVirtualAccountResponseData
impl Default for DedicatedVirtualAccountResponseData
Source§fn default() -> DedicatedVirtualAccountResponseData
fn default() -> DedicatedVirtualAccountResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DedicatedVirtualAccountResponseData
impl<'de> Deserialize<'de> for DedicatedVirtualAccountResponseData
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
Auto Trait Implementations§
impl Freeze for DedicatedVirtualAccountResponseData
impl RefUnwindSafe for DedicatedVirtualAccountResponseData
impl Send for DedicatedVirtualAccountResponseData
impl Sync for DedicatedVirtualAccountResponseData
impl Unpin for DedicatedVirtualAccountResponseData
impl UnwindSafe for DedicatedVirtualAccountResponseData
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