class Fastly::Customer

def billing_contact

The billing contact as a Fastly::User
#
def billing_contact
  get_user billing_contact_id
end