Struct braintree::descriptor::Descriptor [] [src]

pub struct Descriptor {
    pub name: Option<String>,
    pub phone: Option<String>,
    pub url: Option<String>,
}

A record that describes what your customers will see on their statement when they make a purchase through your application.

For more information, refer to Braintree's articles .

Fields

Trait Implementations

impl Debug for Descriptor
[src]

Formats the value using the given formatter.

impl Default for Descriptor
[src]

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