summaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/CollectionMethod.java
blob: 010ce56d1d703fb06de8439c1a421d60aba39429 (plain) (blame)
1
2
3
4
5
6
package com.yahoo.vespa.hosted.controller.api.integration.billing;

public enum CollectionMethod {
    AUTO,
    INVOICE
}