@oneblink/sdk-core
    Preparing search index...

    Type Alias PaymentDisplayDetail

    type PaymentDisplayDetail = {
        key: PaymentDisplayDetailKey;
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    A unique key across payment providers to identify the detail

    label: string
    value: string