pub struct InboundTransfers {
pub billing_details: TreasurySharedResourceBillingDetails,
pub type_: InboundTransfersType,
pub us_bank_account: Option<InboundTransfersPaymentMethodDetailsUsBankAccount>,
}
Expand description
For more details see <https://stripe.com/docs/api/treasury/inbound_transfers>.
Fields§
§billing_details: TreasurySharedResourceBillingDetails
§type_: InboundTransfersType
The type of the payment method used in the InboundTransfer.
us_bank_account: Option<InboundTransfersPaymentMethodDetailsUsBankAccount>
Trait Implementations§
Source§impl Clone for InboundTransfers
impl Clone for InboundTransfers
Source§fn clone(&self) -> InboundTransfers
fn clone(&self) -> InboundTransfers
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 Debug for InboundTransfers
impl Debug for InboundTransfers
Source§impl Deserialize for InboundTransfers
impl Deserialize for InboundTransfers
Source§impl FromValueOpt for InboundTransfers
impl FromValueOpt for InboundTransfers
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for InboundTransfers
impl ObjectDeser for InboundTransfers
Auto Trait Implementations§
impl Freeze for InboundTransfers
impl RefUnwindSafe for InboundTransfers
impl Send for InboundTransfers
impl Sync for InboundTransfers
impl Unpin for InboundTransfers
impl UnwindSafe for InboundTransfers
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