pub struct PayAttributes {Show 19 fields
pub action: Option<String>,
pub bank_account_type: Option<String>,
pub charge_amount: Option<String>,
pub currency: Option<String>,
pub description: Option<String>,
pub input: Option<String>,
pub language: Option<String>,
pub max_attempts: Option<u32>,
pub method: Option<String>,
pub min_postal_code_length: Option<u32>,
pub payment_connector: Option<String>,
pub payment_method: Option<String>,
pub postal_code: Option<bool>,
pub security_code: Option<bool>,
pub status_callback: Option<String>,
pub status_callback_method: Option<String>,
pub timeout: Option<u32>,
pub token_type: Option<String>,
pub valid_card_types: Option<Vec<String>>,
}Fields§
§action: Option<String>§bank_account_type: Option<String>§charge_amount: Option<String>§currency: Option<String>§description: Option<String>§input: Option<String>§language: Option<String>§max_attempts: Option<u32>§method: Option<String>§min_postal_code_length: Option<u32>§payment_connector: Option<String>§payment_method: Option<String>§postal_code: Option<bool>§security_code: Option<bool>§status_callback: Option<String>§status_callback_method: Option<String>§timeout: Option<u32>§token_type: Option<String>§valid_card_types: Option<Vec<String>>Trait Implementations§
Source§impl Clone for PayAttributes
impl Clone for PayAttributes
Source§fn clone(&self) -> PayAttributes
fn clone(&self) -> PayAttributes
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 Debug for PayAttributes
impl Debug for PayAttributes
Source§impl Default for PayAttributes
impl Default for PayAttributes
Source§fn default() -> PayAttributes
fn default() -> PayAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PayAttributes
impl RefUnwindSafe for PayAttributes
impl Send for PayAttributes
impl Sync for PayAttributes
impl Unpin for PayAttributes
impl UnwindSafe for PayAttributes
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