dangerouslyUpdateFullCardDetails property

bool dangerouslyUpdateFullCardDetails
final

When true, card data can be edited programatically.

WARNING!!! Handling card data manually will break PCI compliance provided by Stripe. 'Please make sure you understand the severe consecuences of it.' Default is false.

Implementation

//  'https://stripe.com/docs/security/guide#validating-pci-compliance'
/// Default is `false`.
final bool dangerouslyUpdateFullCardDetails;