themeId property

  1. @BuiltValueField.new(wireName: r'themeId')
String? get themeId

Sets a custom theme for Hosted Checkout. The value can be any of the Theme ID values from your Customer Area.

Implementation

@BuiltValueField(wireName: r'themeId')
String? get themeId;