Skip to content

Commit

Permalink
docs(PaymentCard): sets card_number as required
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 2, 2023
1 parent 3328a9d commit c5272b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ showTabs: true
| Properties | Description |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `product_code` | _(required)_ if product code matches one of the codes in the list the card will get that design, if no match is found Default design will be used. |
| `card_number` | _(required)_ masked card number. |
| `raw_data` | _(optional)_ useful if you want to create custom cards. See Card data properties. |
| `card_status` | _(optional)_ use one of these: `active`, `not_active`, `blocked`, `expired`, `renewed`, `replaced`, `order_in_process`. Defaults to `active`. |
| `variant` | _(optional)_ defines the appearance. Use one of these: `normal` or `compact`. Defaults to `normal`. |
| `digits` | _(optional)_ will use 8 digits if none are specified. |
| `card_number` | _(optional)_ masked card number. |
| `locale` | _(optional)_ use `nb-NO` or `en-GB`. Defaults to the Eufemia provider. |
| `skeleton` | _(optional)_ if set to `true`, an overlaying skeleton with animation will be shown. |
| [Space](/uilib/layout/space/properties) | _(optional)_ spacing properties like `top` or `bottom` are supported. |
Expand Down

0 comments on commit c5272b4

Please sign in to comment.