Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface PaymentMethodOwner

    interface PaymentMethodOwner {
        address?: PaymentMethodOwnerAddress | null;
        name?: string;
    }
    Index
    address?: PaymentMethodOwnerAddress | null
    name?: string