Show / Hide Table of Contents

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 Source

ClientSecret

The client secret for Stripe billing.

Declaration
public string? ClientSecret { get; set; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX