T402 API Reference - v2.8.0
    Preparing search index...

    Interface PaymentDetailsProps

    Props for PaymentDetails component

    interface PaymentDetailsProps {
        requirement: PaymentRequirements;
        showNetwork?: boolean;
        showAsset?: boolean;
        showRecipient?: boolean;
        className?: string;
    }
    Index

    Properties

    requirement: PaymentRequirements

    Payment requirements to display

    showNetwork?: boolean

    Whether to show the network name

    showAsset?: boolean

    Whether to show the asset

    showRecipient?: boolean

    Whether to show the recipient address

    className?: string

    Additional CSS class names