Interface BounceActivationResponse

interface BounceActivationResponse {
    Bounce: Bounce;
    Message: string;
}

Properties

Properties

Bounce: Bounce
Message: string