C# Class Stripe.StripeConfiguration

Show file Open project: jaymedavis/stripe.net Class Usage Examples

Public Properties

Property Type Description
StripeApiVersion string

Public Methods

Method Description
SetApiKey ( string newApiKey ) : void

Private Methods

Method Description
GetApiKey ( ) : string
StripeConfiguration ( ) : System.Net.Http

Method Details

SetApiKey() public static method

public static SetApiKey ( string newApiKey ) : void
newApiKey string
return void

Property Details

StripeApiVersion public static property

If this isn't the latest version of the Stripe API, it's news to me.
public static string StripeApiVersion
return string