@Documented
@Target(value={TYPE,METHOD})
@Inherited
@Retention(value=RUNTIME)
public @interface PaymentOption
Payment options is a way of adding extra option related to a
payment order where the annotation can contain extra information
that could be used by the PaymentHandler to create an order.