Typescript SDK Type Docs
    Preparing search index...

    Interface ApplicationAgreement

    interface ApplicationAgreement {
        id: string;
        name: string;
        status: ApplicationAgreementStatus;
        text: LocalizedString;
        type: ApplicationAgreementType;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier of the ApplicationAgreement.

    name: string

    Unique name identifier for the ApplicationAgreement.

    Indicates whether the agreement is active or not.

    Text to display in checkout in Markdown format.

    Type of agreement.