TransactionType.java

package com.designpatterns.behavioral.strategy.applied;

public enum TransactionType {
    PIX, TED, BOLETO
}