pub struct PaymentsPrimitivesPaymentRecordsResourceProcessorDetails {
pub custom: Option<PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails>,
pub type_: PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType,
}Expand description
Processor information associated with this payment.
Fields§
§custom: Option<PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails>§type_: PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsTypeThe processor used for this payment attempt.
Trait Implementations§
Source§impl Clone for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl Clone for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
Source§fn clone(&self) -> PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
fn clone(&self) -> PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
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 FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl RefUnwindSafe for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl Send for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl Sync for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl Unpin for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
impl UnwindSafe for PaymentsPrimitivesPaymentRecordsResourceProcessorDetails
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