Kushki Developer Portal
  1. Types
Kushki Developer Portal
  • KUSHKI API
    • Kushki Developer Portal 🚀
    • Perú 🇵🇪
    • Ecuador 🇪🇨
    • Chile 🇨🇱
    • México 🇲🇽
    • Colombia 🇨🇴
    • Libraries & SDKs (Online Payments)
      • Release notes
      • Mobile
        • Kushki Android
        • Kushki iOS 
        • Kushki iOS ARM Setup
      • Web
        • Kushki.js 🌐
        • kushki.js-hosted-fields
          • kushki.js Hosted Fields
          • Guía de migración a Kushki.js 2.0
          • Javascript
          • Card Payouts
            • Interfaces
              • Interface `FormValidity`
              • Interface `Styles`
              • Interface `CardPayoutUniqueTokenResponse`
              • Interface `CardPayoutSubscriptionTokenResponse`
              • Interface `CardPayoutOptions`
              • Interface `Fields`
              • Interface `Field`
              • Interface `FieldValidity`
            • Type Aliases
              • Type Alias `InputTypeEnum`
              • Type Alias `CardPayoutTokenResponse`
            • Errors
              • Errors
            • Card Payouts Interface
              • Interface `ICardPayouts`
            • Enumerations
              • Enumeration `InputModelEnum`
            • Methods
              • initCardPayoutToken method
            • Types
              • Type Alias `CssProperties`
          • Antifraud
            • Interfaces
              • Untitled Doc
              • Untitled Doc
              • SiftScienceObject Interface
            • Methods
              • Untitled Doc
              • requestInitAntiFraud method
              • Untitled Doc
          • Kushki
            • Interfaces
              • Untitled Doc
              • CommissionConfigurationRequest interfaces
              • Untitled Doc
            • Classes
              • Untitled Doc
            • Methods
              • requestBankList function
              • requestCommissionConfiguration function
              • Kushki.js Hosted Fields init function
          • Card
            • Card-Interface
              • Untitled Doc
              • Untitled Doc
            • Interfaces
              • Untitled Doc
              • AppleTokenResponse Interface
              • Untitled Doc
              • Untitled Doc
              • BrandByMerchantResponse Interface
              • ApplePayOptions Interface
              • ApplePayPaymentContact Interface
              • ApplePayGetTokenOptions Interface
              • Untitled Doc
              • Untitled Doc
              • MasterCardBrandingRequest Interface
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • VisaBrandingRequest Interface
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
            • CarApplePay interface
              • ICardApplePay Interface
            • Errors
              • Untitled Doc
            • Methods
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
              • requestInitCardBrandingAnimation method
              • Untitled Doc
              • requestBrandsByMerchant method
            • Types
              • Untitled Doc
              • Untitled Doc
              • Untitled Doc
    • Schemas
      • webhooksChargeback
      • one-and-two-step-payment
      • webhooks
      • transactionType
      • threeDomainSecure
      • product
      • payment_submethod
      • paymentMethod
      • orderDetails
      • headers
      • extraTaxes
      • documentType
      • currency
      • currency-cash-in
      • currency-CL
      • binInfo
      • UnexpectedErrorResponse
      • SubscriptionUpdate
      • SubscriptionAdjustmentRequest
      • Subscription
      • Submerchant
      • Shipping-Address
      • Promotions
      • Metadata
      • Language
      • InvalidBinResponse
      • GetConfigurationRequest
      • ErrorResponse
      • Deferred
      • Country
      • ContactDetails
      • ChargesVoidCardResponse
      • Channel
      • Card
      • Billing-Address
      • BadRequestResponse
      • Amount
      • Amount-cash-in
      • Amount-CL
  • APPIAN-SUBMERCHANT-REGISTER
    • Submerchant Validation in Batch
    • Query submerchant status by requestId/submerchantId
    • Get submerchantIds
    • Get credentials for submerchants
  1. Types

Type Alias `CssProperties`

Represents the CSS styles that can be applied to hosted fields.

Type Definition#

Properties#

PropertyTypeRequiredDescription
-moz-appearancestring❌ NoDefines the appearance for Mozilla-based browsers.
-moz-box-shadowstring❌ NoSpecifies the shadow effect for Mozilla-based browsers.
-moz-osx-font-smoothingstring❌ NoControls font smoothing on macOS in Firefox.
-moz-tap-highlight-colorstring❌ NoDefines the highlight color on tap events for Mozilla-based browsers.
-moz-transitionstring❌ NoSpecifies the transition effect for Mozilla-based browsers.
-webkit-appearancestring❌ NoDefines the appearance for Webkit-based browsers.
-webkit-box-shadowstring❌ NoSpecifies the shadow effect for Webkit-based browsers.
-webkit-font-smoothingstring❌ NoControls font smoothing for Webkit-based browsers.
-webkit-tap-highlight-colorstring❌ NoDefines the highlight color on tap events for Webkit-based browsers.
-webkit-transitionstring❌ NoSpecifies the transition effect for Webkit-based browsers.
appearancestring❌ NoDefines the UI appearance of an element.
backgroundstring❌ NoSets the background properties of an element.
borderstring❌ NoDefines the border properties of an element.
box-shadowstring❌ NoSpecifies the shadow effect on elements.
colorstring❌ NoSets the text color.
directionstring❌ NoDefines the text direction (ltr or rtl).
fontstring❌ NoSets font properties in a shorthand format.
font-familystring❌ NoSpecifies the font family of text.
font-sizestring❌ NoDefines the size of the font.
font-size-adjuststring❌ NoAdjusts font-size based on lowercase letters.
font-stretchstring❌ NoDefines how the font should be stretched.
font-stylestring❌ NoDefines the style of the font (normal, italic, oblique).
font-variantstring❌ NoSpecifies the font variant properties.
font-variant-alternatesstring❌ NoControls font alternates.
font-variant-capsstring❌ NoDefines capitalization variants.
font-variant-east-asianstring❌ NoSpecifies East Asian font rendering options.
font-variant-ligaturesstring❌ NoControls how ligatures are rendered.
font-variant-numericstring❌ NoSpecifies numeric glyph variations.
font-weightstring❌ NoDefines the weight (boldness) of the font.
letter-spacingstring❌ NoSets the spacing between letters.
line-heightstring❌ NoDefines the height of a line of text.
marginstring❌ NoSets the margin space around an element.
margin-bottomstring❌ NoSets the bottom margin.
margin-leftstring❌ NoSets the left margin.
margin-rightstring❌ NoSets the right margin.
margin-topstring❌ NoSets the top margin.
opacitystring❌ NoDefines the transparency level of an element.
outlinestring❌ NoSpecifies the outline of an element.
paddingstring❌ NoSets the padding inside an element.
padding-bottomstring❌ NoSets the bottom padding.
padding-leftstring❌ NoSets the left padding.
padding-rightstring❌ NoSets the right padding.
padding-topstring❌ NoSets the top padding.
text-alignstring❌ NoSpecifies text alignment (left, center, right).
text-shadowstring❌ NoDefines the shadow effect for text.
transitionstring❌ NoSpecifies transition effects.
[key: string]any❌ NoAllows additional custom styles.

Modified at 2026-02-02 22:10:25
Previous
initCardPayoutToken method
Next
Untitled Doc
Built with