pub struct PaymentSummaryProcessorApiSchema {
pub processor_merchant_id: Option<String>,
pub name: String,
}
Fields§
§processor_merchant_id: Option<String>
The merchant ID registered at the payment processor used for this payment.
name: String
The payment processor used for this payment.
Trait Implementations§
Source§impl Default for PaymentSummaryProcessorApiSchema
impl Default for PaymentSummaryProcessorApiSchema
Source§fn default() -> PaymentSummaryProcessorApiSchema
fn default() -> PaymentSummaryProcessorApiSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentSummaryProcessorApiSchema
impl<'de> Deserialize<'de> for PaymentSummaryProcessorApiSchema
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 PaymentSummaryProcessorApiSchema
impl RefUnwindSafe for PaymentSummaryProcessorApiSchema
impl Send for PaymentSummaryProcessorApiSchema
impl Sync for PaymentSummaryProcessorApiSchema
impl Unpin for PaymentSummaryProcessorApiSchema
impl UnwindSafe for PaymentSummaryProcessorApiSchema
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