Enum libstripe::FeeType [] [src]

pub enum FeeType {
    ApplicationFee,
    StripeFee,
    Tax,
}

Variants

Trait Implementations

impl Debug for FeeType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FeeType

impl Sync for FeeType