pub struct PaymentMethod;Expand description
PaymentMethod (492).
Implementations§
Source§impl PaymentMethod
impl PaymentMethod
pub const CREST: i64 = 1
pub const DIRECTCREDITBECS: i64 = 10
pub const CREDITCARD: i64 = 11
pub const ACHDEBIT: i64 = 12
pub const ACHCREDIT: i64 = 13
pub const BPAY: i64 = 14
pub const HIGHVALUECLEARINGSYSTEMHVACS: i64 = 15
pub const NSCC: i64 = 2
pub const EUROCLEAR: i64 = 3
pub const CLEARSTREAM: i64 = 4
pub const CHEQUE: i64 = 5
pub const TELEGRAPHICTRANSFER: i64 = 6
pub const FEDWIRE: i64 = 7
pub const DEBITCARD: i64 = 8
pub const DIRECTDEBITBECS: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PaymentMethod
impl RefUnwindSafe for PaymentMethod
impl Send for PaymentMethod
impl Sync for PaymentMethod
impl Unpin for PaymentMethod
impl UnsafeUnpin for PaymentMethod
impl UnwindSafe for PaymentMethod
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