Interface PaymentMethodExtensionPoint


public interface PaymentMethodExtensionPoint
  • Method Summary

    Modifier and Type
    Method
    Description
    Displays a string representation of the relevant data or message.
    Retrieves the name or identifier of the icon associated with this method.
    Retrieves the name as a string.
  • Method Details

    • icon

      String icon()
      Retrieves the name or identifier of the icon associated with this method.
      Returns:
      a String representing the name or identifier of the icon.
    • display

      String display()
      Displays a string representation of the relevant data or message.
      Returns:
      a string containing the data or message to be displayed.
    • name

      String name()
      Retrieves the name as a string.
      Returns:
      the name represented as a string