Class AgreementType
- java.lang.Object
-
- no.digipost.api.useragreements.client.AgreementType
-
public final class AgreementType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AgreementTypeBANK_ACCOUNT_NUMBER_FOR_RECEIPTSstatic AgreementTypeINVOICE_BANKstatic StringQUERY_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description AgreementType(String type)
-
-
-
Field Detail
-
INVOICE_BANK
public static final AgreementType INVOICE_BANK
-
BANK_ACCOUNT_NUMBER_FOR_RECEIPTS
public static final AgreementType BANK_ACCOUNT_NUMBER_FOR_RECEIPTS
-
QUERY_PARAM_NAME
public static final String QUERY_PARAM_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AgreementType
public AgreementType(String type)
-
-