Struct netlify_rust::models::payment_method::PaymentMethod [−][src]
pub struct PaymentMethod {
pub id: Option<String>,
pub method_name: Option<String>,
pub _type: Option<String>,
pub state: Option<String>,
pub data: Option<Box<PaymentMethodData>>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
}
Fields
id: Option<String>
method_name: Option<String>
_type: Option<String>
state: Option<String>
data: Option<Box<PaymentMethodData>>
created_at: Option<String>
updated_at: Option<String>
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PaymentMethod
impl Send for PaymentMethod
impl Sync for PaymentMethod
impl Unpin for PaymentMethod
impl UnwindSafe for PaymentMethod
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more