Interface PaymentOptionContent

interface PaymentOptionContent {
    header: string;
    logo: Logo;
    subheader: string;
}

Properties

Properties

header: string
logo: Logo
subheader: string