visibleAccordionItemsCount property
Sets the max number of Payment Methods visible before using the "More" button to hide additional Payment Methods. Set this value to 0 to disable the "More" button and render all available Payment Methods. Default is 5. This property is only applicable to the accordion layout.
Implementation
bool? get spacedAccordionItems;/// Sets the max number of Payment Methods visible before using the "More"
/// button to hide additional Payment Methods. Set this value to 0 to
/// disable the "More" button and render all available Payment Methods.
/// Default is 5. This property is only applicable to the accordion layout.
int? get visibleAccordionItemsCount;