pub trait TDInputCredentials: Debug + RObject { }
Expand description

Contains information about the payment method chosen by the user

Implementations on Foreign Types§

source§

impl<'a, INPUTCREDENTIALS: TDInputCredentials> TDInputCredentials for &'a mut INPUTCREDENTIALS

source§

impl<'a, INPUTCREDENTIALS: TDInputCredentials> TDInputCredentials for &'a INPUTCREDENTIALS

Implementors§