Lean  $LEAN_TAG$
QuantConnect.Api.Card Class Reference

Credit card More...

Properties

string Brand [get, set]
 Credit card brand More...
 
DateTime Expiration [get, set]
 The credit card expiration More...
 
decimal LastFourDigits [get, set]
 The last 4 digits of the card More...
 

Detailed Description

Credit card

Definition at line 48 of file Account.cs.

Property Documentation

◆ Brand

string QuantConnect.Api.Card.Brand
getset

Credit card brand

Definition at line 54 of file Account.cs.

◆ Expiration

DateTime QuantConnect.Api.Card.Expiration
getset

The credit card expiration

Definition at line 61 of file Account.cs.

◆ LastFourDigits

decimal QuantConnect.Api.Card.LastFourDigits
getset

The last 4 digits of the card

Definition at line 67 of file Account.cs.


The documentation for this class was generated from the following file: