diff --git a/types/2020-08-27/Cards.d.ts b/types/2020-08-27/Cards.d.ts index 23c6ec937b..09f79e663f 100644 --- a/types/2020-08-27/Cards.d.ts +++ b/types/2020-08-27/Cards.d.ts @@ -98,7 +98,7 @@ declare module 'stripe' { deleted?: void; /** - * Card description. (Only for internal use only and not typically available in standard API requests.) + * Card description. (For internal use only and not typically available in standard API requests.) */ description?: string; @@ -128,12 +128,12 @@ declare module 'stripe' { funding: string; /** - * Issuer identification number of the card. (Only for internal use only and not typically available in standard API requests.) + * Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) */ iin?: string; /** - * Issuer bank name of the card. (Only for internal use only and not typically available in standard API requests.) + * Issuer bank name of the card. (For internal use only and not typically available in standard API requests.) */ issuer?: string; diff --git a/types/2020-08-27/Charges.d.ts b/types/2020-08-27/Charges.d.ts index dc416317fb..a357e9afe9 100644 --- a/types/2020-08-27/Charges.d.ts +++ b/types/2020-08-27/Charges.d.ts @@ -647,7 +647,7 @@ declare module 'stripe' { country: string | null; /** - * Card description. (Only for internal use only and not typically available in standard API requests.) + * Card description. (For internal use only and not typically available in standard API requests.) */ description?: string | null; @@ -672,7 +672,7 @@ declare module 'stripe' { funding: string | null; /** - * Issuer identification number of the card. (Only for internal use only and not typically available in standard API requests.) + * Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) */ iin?: string | null; @@ -684,7 +684,7 @@ declare module 'stripe' { installments: Card.Installments | null; /** - * Issuer bank name of the card. (Only for internal use only and not typically available in standard API requests.) + * Issuer bank name of the card. (For internal use only and not typically available in standard API requests.) */ issuer?: string | null; @@ -908,6 +908,11 @@ declare module 'stripe' { */ country: string | null; + /** + * Card description. (For internal use only and not typically available in standard API requests.) + */ + description?: string | null; + /** * Authorization response cryptogram. */ @@ -938,6 +943,16 @@ declare module 'stripe' { */ generated_card: string | null; + /** + * Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) + */ + iin?: string | null; + + /** + * Issuer bank name of the card. (For internal use only and not typically available in standard API requests.) + */ + issuer?: string | null; + /** * The last four digits of the card. */ @@ -1174,6 +1189,11 @@ declare module 'stripe' { */ country: string | null; + /** + * Card description. (For internal use only and not typically available in standard API requests.) + */ + description?: string | null; + /** * Authorization response cryptogram. */ @@ -1204,6 +1224,16 @@ declare module 'stripe' { */ generated_card: string | null; + /** + * Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) + */ + iin?: string | null; + + /** + * Issuer bank name of the card. (For internal use only and not typically available in standard API requests.) + */ + issuer?: string | null; + /** * The last four digits of the card. */ diff --git a/types/2020-08-27/PaymentMethods.d.ts b/types/2020-08-27/PaymentMethods.d.ts index c3b51e7e47..47c83ce7a5 100644 --- a/types/2020-08-27/PaymentMethods.d.ts +++ b/types/2020-08-27/PaymentMethods.d.ts @@ -151,7 +151,7 @@ declare module 'stripe' { country: string | null; /** - * Card description. (Only for internal use only and not typically available in standard API requests.) + * Card description. (For internal use only and not typically available in standard API requests.) */ description?: string | null; @@ -176,12 +176,12 @@ declare module 'stripe' { funding: string; /** - * Issuer identification number of the card. (Only for internal use only and not typically available in standard API requests.) + * Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) */ iin?: string | null; /** - * Issuer bank name of the card. (Only for internal use only and not typically available in standard API requests.) + * Issuer bank name of the card. (For internal use only and not typically available in standard API requests.) */ issuer?: string | null;