Interface ChargeResponse

interface ChargeResponse {
    data: Web3Charge;
    warnings?: string[];
}

Properties

Properties

warnings?: string[]