Typescript SDK Type Docs
    Preparing search index...

    Interface ApplicationAgreementDraft

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

    Properties

    Properties

    name: string

    Unique name for identifying the agreement.

    Indicates whether the agreement is active or not.

    Text to display in checkout in Markdown format.

    Type of agreement.