pub struct PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails {
pub payment_reference: Option<String>,
}Expand description
Custom processors represent payment processors not modeled directly in the Stripe API. This resource consists of details about the custom processor used for this payment attempt.
Fields§
§payment_reference: Option<String>An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.
Trait Implementations§
Source§impl Clone for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl Clone for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
Source§fn clone(
&self,
) -> PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
fn clone( &self, ) -> PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
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 Deserialize for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl Deserialize for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
Source§impl FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl RefUnwindSafe for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl Send for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl Sync for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl Unpin for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
impl UnwindSafe for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails
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