set_metered_key method

set_metered_key

Activate metered billing with the given public/private key pair.

def set_metered_key(self, public_key, private_key):
    ...
Parameter Type Description
public_key The public key half of the metered credentials.
private_key The private key half of the metered credentials.

See Also