Class StripeClientSecret
Class representing a client secret to securely collect credit card details.
Inheritance
System.Object
StripeClientSecret
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class StripeClientSecret : object
Properties
| Improve this Doc View SourceClientSecret
The client secret for Stripe billing.
Declaration
public string? ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |