[][src]Struct cdpay::CDPayBuilder

pub struct CDPayBuilder { /* fields omitted */ }

The payment gateway.

This struct contains all necessary information used to connect to the payment gateway.

Methods

impl CDPayBuilder
[src]

Initiates payment builder.

Initiates payment builder using test network.

Warning: This doesn't use real coins - only test coins. It is guaranteed that using this in exchange for real products will lead to loss!

Requests new payment.

Auto Trait Implementations

impl !Send for CDPayBuilder

impl !Sync for CDPayBuilder

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T