Struct libstripe::PaymentParam [] [src]

pub struct PaymentParam<'a> {
    pub source: Option<PaymentSourceParam<'a>>,
    pub metadata: Option<HashMap<String, String>>,
}

Fields

Trait Implementations

impl<'a> Default for PaymentParam<'a>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for PaymentParam<'a>
[src]

[src]

Formats the value using the given formatter.