Mayson Monorepo Documentation
    Preparing search index...
    interface Payments {
        statement_descriptor: string;
        statement_descriptor_kana: string;
        statement_descriptor_kanji: string;
        statement_descriptor_prefix_kana: string;
        statement_descriptor_prefix_kanji: string;
    }
    Index

    Properties

    statement_descriptor: string

    The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic statement_descriptor specified on the charge.

    statement_descriptor_kana: string

    The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.

    statement_descriptor_kanji: string

    The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.

    statement_descriptor_prefix_kana: string

    The Kana variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.

    statement_descriptor_prefix_kanji: string

    The Kanji variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.