Struct stripe::generated::terminal::terminal_reader::TerminalReaderReaderResourceProcessSetupIntentAction
source · pub struct TerminalReaderReaderResourceProcessSetupIntentAction {
pub generated_card: Option<String>,
pub setup_intent: Expandable<SetupIntent>,
}Fields§
§generated_card: Option<String>ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions.
Only present if it was possible to generate a card PaymentMethod.
setup_intent: Expandable<SetupIntent>Most recent SetupIntent processed by the reader.
Trait Implementations§
source§impl Clone for TerminalReaderReaderResourceProcessSetupIntentAction
impl Clone for TerminalReaderReaderResourceProcessSetupIntentAction
source§fn clone(&self) -> TerminalReaderReaderResourceProcessSetupIntentAction
fn clone(&self) -> TerminalReaderReaderResourceProcessSetupIntentAction
Returns a copy 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 Default for TerminalReaderReaderResourceProcessSetupIntentAction
impl Default for TerminalReaderReaderResourceProcessSetupIntentAction
source§fn default() -> TerminalReaderReaderResourceProcessSetupIntentAction
fn default() -> TerminalReaderReaderResourceProcessSetupIntentAction
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TerminalReaderReaderResourceProcessSetupIntentAction
impl<'de> Deserialize<'de> for TerminalReaderReaderResourceProcessSetupIntentAction
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