petal top-level property

CreditCard petal
read / write

Implementation

CreditCard petal = createCreditCard(
  'Petal Credit Card',
  'petal',
  promos: [
    createPromotion('All Purchases', 'all_purchase', 'universal', 'nan', 'nan',
        'const', 1, createShoppingCategory('All Purchases', 'all_purchase')),
  ],
  officialUrl: 'https://www.petalcard.com/the-card',
);